Skip to content

Commit 09ee824

Browse files
author
Raushan Kumar Raman
committed
feat(CE): sentry destinator connector
1 parent 3a5a711 commit 09ee824

File tree

1 file changed

+1
-1
lines changed
  • integrations/lib/multiwoven/integrations/destination/sentry

1 file changed

+1
-1
lines changed

integrations/lib/multiwoven/integrations/destination/sentry/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def configure_sentry(connection_config)
7676
config.background_worker_threads = connection_config[:worker_threads] || 5
7777

7878
config.excluded_exceptions = connection_config[:excluded_exceptions] || []
79-
config.before_send = lambda do |_even, hint|
79+
config.before_send = lambda do |event, hint|
8080
if hint[:exception] && config.excluded_exceptions.any? { |e| hint[:exception].is_a?(e) }
8181
nil
8282
else

0 commit comments

Comments
 (0)