We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c89e831 + 43e6467 commit 94ee8e4Copy full SHA for 94ee8e4
1 file changed
config/initializers/sentry.rb
@@ -9,6 +9,7 @@
9
config.debug = true
10
config.enable_tracing = false
11
config.environment = Settings.sentry.environment
12
+ config.excluded_exceptions += %w[NotFoundError]
13
14
filter = ActiveSupport::ParameterFilter.new(
15
[EmailParameterFilterProc.new(mask: Settings.sentry.filter_mask)],
0 commit comments