We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c056d66 commit a41ed00Copy full SHA for a41ed00
config/initializers/bugsnag.rb
@@ -1,3 +1,4 @@
1
Bugsnag.configure do |config|
2
config.api_key = ENV["BUGSNAG_API_KEY"]
3
+ config.notify_release_stages = ['production', 'staging']
4
end
0 commit comments