We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5a711 commit 09ee824Copy full SHA for 09ee824
integrations/lib/multiwoven/integrations/destination/sentry/client.rb
@@ -76,7 +76,7 @@ def configure_sentry(connection_config)
76
config.background_worker_threads = connection_config[:worker_threads] || 5
77
78
config.excluded_exceptions = connection_config[:excluded_exceptions] || []
79
- config.before_send = lambda do |_even, hint|
+ config.before_send = lambda do |event, hint|
80
if hint[:exception] && config.excluded_exceptions.any? { |e| hint[:exception].is_a?(e) }
81
nil
82
else
0 commit comments