Files
openfoodnetwork/config/initializers/bugsnag.rb
Maikel Linke f033cfcc12 Remove obsolete Bugsnag option
It prevents the app from booting with the new Bugsnag version.
2019-03-07 10:04:20 +11:00

5 lines
132 B
Ruby

Bugsnag.configure do |config|
config.api_key = ENV['BUGSNAG_API_KEY']
config.notify_release_stages = %w(production staging)
end