Merge pull request #2844 from PierreMesure/patch-1
Fix a misleading comment
This commit is contained in:
@@ -5,7 +5,7 @@ Rollbar.configure do |config|
|
||||
|
||||
config.access_token = Rails.application.secrets.rollbar_server_token
|
||||
|
||||
# Here we'll disable all environments except 'production':
|
||||
# Here we'll disable all environments except 'staging', 'preproduction' and 'production':
|
||||
if Rails.env.staging? || Rails.env.preproduction? || Rails.env.production?
|
||||
config.enabled = true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user