ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
857 stars 137 forks source link

add 'literal' Sentry error handler and make it separate from legacy Raven #363

Closed Azdaroth closed 3 years ago

Azdaroth commented 3 years ago

Turns out that Sentry as Raven is deprecated and is going to be replaced by literal Sentry, coming from sentry-ruby SDK. So I renamed the existing error handler to SentryRaven and added a new Sentry one.

michaelklishin commented 3 years ago

The only failure is on Ruby 2.3. Let's test on 2.4+, it is four years old already.