README.md in safely_block-0.2.2 vs README.md in safely_block-0.3.0
- old
+ new
@@ -108,10 +108,10 @@
- [Sentry](https://getsentry.com/)
Customize reporting with:
```ruby
-Safely.report_exception_method = -> (e) { Rollbar.error(e) }
+Safely.report_exception_method = ->(e) { Rollbar.error(e) }
```
By default, exception messages are prefixed with `[safely]`. This makes it easier to spot rescued exceptions. Turn this off with:
```ruby