Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/sentry-inst_jobs
https://github.com/instructure/sentry-inst_jobs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/instructure/sentry-inst_jobs
- Owner: instructure
- License: mit
- Created: 2022-01-27T21:40:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T17:45:23.000Z (over 1 year ago)
- Last Synced: 2024-04-25T19:21:44.405Z (7 months ago)
- Language: Ruby
- Size: 63.5 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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-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!