README.md in memolog-0.4.6 vs README.md in memolog-0.4.7
- old
+ new
@@ -40,16 +40,9 @@
- `formatter` - setup your own formatter.
- `middlewares` - define here what you want to initialize in `#init_middlewares!` call.
- `log_json` - `#dump` will try to parse dump with `JSON.parse()`. Default is `false`
- `log_size_limit` - max log length in `#dump`.
-If you want to apply Sentry monkey patch that call `Memolog.dump` before `Sentry.capture_exception`
-and `Sentry.capture_message` you can implement it via this code:
-
-```ruby
-Sentry.prepend(Memolog::SentryExtension)
-```
-
## Usage
Please call `Memolog.extend_logger(Rails.logger)` or any other logger you want to collect.
After that when error occured you can call `Memolog.dump` in your code and get log from
`Rails.logger` so you can collect it to another place (Sentry or etc). Also there will be unique