README.md in tobox-0.4.2 vs README.md in tobox-0.4.3

- old
+ new

@@ -476,9 +476,13 @@ Plugin for the [sentry](https://github.com/getsentry/sentry-ruby) ruby SDK for error tracking. It'll send all errors happening while processing events to Sentry. ```ruby # tobox.rb plugin(:sentry) + +on_sentry_init do |sentry_cfg| + sentry.dsn = ENV["SENTRY_DSN"] +end ``` <a id="markdown-datadog" name="datadog"></a> ### Datadog