Skip to content

Commit

Permalink
Merge pull request #1026 from psu-libraries/preview/bugsnag
Browse files Browse the repository at this point in the history
testing out the environment variable here
  • Loading branch information
bryanlopezrr authored Dec 2, 2024
2 parents 780bb2e + 1c3d8e4 commit a0c7e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/bugsnag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Bugsnag.configure do |config|
config.app_version = ENV.fetch('APP_VERSION', nil)
config.release_stage = ENV.fetch('APP_ENV', 'development')
config.release_stage = ENV.fetch('BUGSNAG_RELEASE_STAGE', 'development')
end

0 comments on commit a0c7e3c

Please sign in to comment.