Skip to content

Commit

Permalink
testing out the environment variable here
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezrr committed Dec 2, 2024
1 parent 780bb2e commit 1c3d8e4
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 1c3d8e4

Please sign in to comment.