sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

sentry-shoryuken

Open HoneyryderChuck opened this issue 2 years ago • 3 comments

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.

HoneyryderChuck avatar Jan 18 '24 16:01 HoneyryderChuck

did you find a work around for this?

jedhassell avatar Mar 29 '24 16:03 jedhassell

I've added my own middleware.

HoneyryderChuck avatar Apr 01 '24 20:04 HoneyryderChuck