Sha256: cbab9abccefe6baf522b2ff48dad45b49cf9170ea0710a762c7e1999dbc47579
Contents?: true
Size: 812 Bytes
Versions: 3
Compression:
Stored size: 812 Bytes
Contents
# sentry-inst_jobs --- [![Gem Version](https://img.shields.io/gem/v/sentry-inst_jobs.svg)](https://rubygems.org/gems/sentry-inst_jobs) [![Gem](https://img.shields.io/gem/dt/sentry-inst_jobs.svg)](https://rubygems.org/gems/sentry-inst_jobs/) An [Instructure Delayed Jobs](https://github.com/instructure/inst-jobs) integration for Sentry's Ruby client. This repository was forked from [sentry-ruby](https://github.com/getsentry/sentry-ruby). Very minor changes were made to make `sentry-delayed_job` compatible with `inst-jobs`. This integration is not affiliated with Sentry. ## Getting Started ### Install ```ruby gem "sentry-ruby" gem "sentry-inst_jobs" ``` Then you're all set! `sentry-inst_jobs` will automatically insert a custom middleware and error handler to capture exceptions from your workers!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sentry-inst_jobs-1.0.2 | README.md |
sentry-inst_jobs-1.0.1 | README.md |
sentry-inst_jobs-1.0.0 | README.md |