mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +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
|