README.md in rabbit_messaging-0.12.0 vs README.md in rabbit_messaging-0.12.1
- old
+ new
@@ -85,10 +85,10 @@
}
```
* `exception_notifier` (`Proc`)
- By default, exceptions are reported using `ExceptionNotifier` (see exception_notification gem).
+ By default, exceptions are reported using `Sentry` (see [sentry gem](https://github.com/getsentry/sentry-ruby)).
You can provide your own notifier like this:
```ruby
config.exception_notifier = proc { |e| MyCoolNotifier.notify!(e) }
```