sentry-resque, the Resque 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-resque"
Then you're all set! sentry-resque
will automatically insert a custom middleware and error handler to capture exceptions from your workers!