Add annotate gem

This commit is contained in:
Michael Ball 2021-02-20 09:55:21 -08:00
parent c107f36f6d
commit 4cdd7dd21a
3 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Sentry.init do |config|
config.allowed_environments = %|production staging|
config.enabled_environments = %|production staging|
config.dsn = ENV['SENTRY_DSN']
end