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