We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3cb781 + 0e00094 commit b5c2957Copy full SHA for b5c2957
config/initializers/bugsnag.rb
@@ -2,6 +2,6 @@
2
3
Bugsnag.configure do |config|
4
config.app_version = ENV.fetch('APP_VERSION', nil)
5
- config.release_stage = ENV.fetch('APP_ENV', 'development')
+ config.release_stage = ENV.fetch('BUGSNAG_RELEASE_STAGE', 'development')
6
config.api_key = ENV.fetch('BUGSNAG_API_KEY', nil)
7
end
0 commit comments