Skip to content

Commit a41ed00

Browse files
committed
only send errors in prod and staging
1 parent c056d66 commit a41ed00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/initializers/bugsnag.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Bugsnag.configure do |config|
22
config.api_key = ENV["BUGSNAG_API_KEY"]
3+
config.notify_release_stages = ['production', 'staging']
34
end

0 commit comments

Comments
 (0)