Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
/ resque-sentry Public archive

A Resque failure backend that sends errors to Sentry

License

Notifications You must be signed in to change notification settings

gocardless/resque-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resque-sentry

A Resque failure backend that sends errors to Sentry.

Installation

$ gem install resque-sentry

Usage

Add the following to an initializer:

require 'resque/failure/multiple'
require 'resque/failure/redis'
require 'resque-sentry'

# [optional] custom logger value to use when sending to Sentry (default is 'root')
Resque::Failure::Sentry.logger = "resque"

Resque::Failure::Multiple.classes = [Resque::Failure::Redis, Resque::Failure::Sentry]
Resque::Failure.backend = Resque::Failure::Multiple

About

A Resque failure backend that sends errors to Sentry

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages