Skip to content

Commit

Permalink
Merge pull request #715 from psu-libraries/rename-var
Browse files Browse the repository at this point in the history
rename app_env variable
  • Loading branch information
whereismyjetpack authored Jun 10, 2024
2 parents ce69616 + 0ed1656 commit 627c9ad
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 627c9ad

Please sign in to comment.