sentry-sidekiq, the Sidekiq integration for Sentry's Ruby client¶ ↑
Documentation | Bug Tracker | Forum | IRC: irc.freenode.net, sentry
The official Ruby-language client and integration layer for the Sentry error reporting API.
Getting Started¶ ↑
Install¶ ↑
gem "sentry-ruby" gem "sentry-sidekiq"
Then you're all set! sentry-sidekiq
will automatically insert a custom middleware and error handler to capture exceptions from your workers!