Skip to content

Commit

Permalink
Appsignal, ignore ActionController::InvalidAuthenticityToken error
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Nov 9, 2024
1 parent cbd4ee1 commit 1e4bc18
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions config/appsignal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ default: &defaults
# Errors that should not be recorded by AppSignal
# For more information see our docs:
# https://docs.appsignal.com/ruby/configuration/ignore-errors.html
# ignore_errors:
# - Exception
# - NoMemoryError
# - ScriptError
# - LoadError
# - NotImplementedError
# - SyntaxError
# - SecurityError
# - SignalException
# - Interrupt
# - SystemExit
# - SystemStackError
ignore_errors:
- ActionController::InvalidAuthenticityToken

# See https://docs.appsignal.com/ruby/configuration/options.html for
# all configuration options.
Expand Down

0 comments on commit 1e4bc18

Please sign in to comment.