test/dummy/config/initializers/errdo.rb in errdo-0.9.1 vs test/dummy/config/initializers/errdo.rb in errdo-0.10.0

- old
+ new

@@ -13,6 +13,8 @@ # If you want to rename it, make sure you also change the migration that comes with the gem. # Setting this to nil means that errors won't be tracked in the database # Note: The model name "{name}_instance" should also be free # config.error_name = :errors + + # config.notify_with slack: { webhook: "https://hooks.slack.com/services/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" } end