sentry-shoryuken
Describe the idea
Same as sidekiq and delayed_job: provide an integration for shoryuken, so that errors are OOTB reported.
Why do you think it's beneficial to most of the users
shoryuken is by far the most used SQS framework in ruby. A lot of ruby applications are integrated in, or integrate with components deployed in AWS. It only makes sense to make this more streamlined.
Possible implementation
shoryuken was initially forked from sidekiq, so it has a fairly similar architecture, with the same middleware system used by sentry-sidekiq to manage its integration. From that point of view, I believe it should be straightforward to implement.
did you find a work around for this?
I've added my own middleware.