Skip to content

Commit b5c2957

Browse files
authored
Merge pull request #127 from psu-libraries/hotfix-bugsnag-env
Change bugsnag environment variable
2 parents a3cb781 + 0e00094 commit b5c2957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/bugsnag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Bugsnag.configure do |config|
44
config.app_version = ENV.fetch('APP_VERSION', nil)
5-
config.release_stage = ENV.fetch('APP_ENV', 'development')
5+
config.release_stage = ENV.fetch('BUGSNAG_RELEASE_STAGE', 'development')
66
config.api_key = ENV.fetch('BUGSNAG_API_KEY', nil)
77
end

0 commit comments

Comments
 (0)