mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
supress bugsnag warn in dev
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
Bugsnag.configure do |config|
|
||||
config.api_key = ENV['BUGSNAG_API_KEY']
|
||||
config.release_stage = ENV['RAILS_ENV']
|
||||
|
||||
if Rails.env.development?
|
||||
config.logger = Logger.new(STDOUT) # In Rails apps, create a new logger to avoid changing the Rails log level
|
||||
config.logger.level = Logger::ERROR
|
||||
end
|
||||
config.notify_release_stages = %w(production staging)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user