fix sentry enabled command

This commit is contained in:
Michael Ball 2021-02-20 09:55:52 -08:00
parent c107f36f6d
commit 7f4022e6a5

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