mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Disable rollbar
This commit is contained in:
parent
90fc9dae3a
commit
6120256bad
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ Rollbar.configure do |config|
|
|||
if Rails.env.test?
|
||||
config.enabled = false
|
||||
end
|
||||
# Here we'll disable it anywhere else:
|
||||
config.enabled = false
|
||||
|
||||
# scrub out the "confirmation_token" field
|
||||
config.scrub_fields |= [:confirmation_token]
|
||||
|
|
Loading…
Reference in a new issue