mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
5 lines
132 B
Ruby
5 lines
132 B
Ruby
Bugsnag.configure do |config|
|
|
config.api_key = ENV['BUGSNAG_API_KEY']
|
|
config.notify_release_stages = %w(production staging)
|
|
end
|