Skip to content

Commit b03baae

Browse files
committed
Fix webhook task run_listener keyword args
1 parent ff3f2cd commit b03baae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/scm/private/ipc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ def run_webhook_handler_control_task(
408408
event_type_hint,
409409
stream=scm_event_stream,
410410
get_current_time=time.time,
411-
report_error=report_error_to_sentry,
412411
record_count=record_count_metric,
413412
record_distribution=record_distribution_metric,
414413
record_timer=record_timer_metric,
@@ -430,7 +429,6 @@ def run_webhook_handler_region_task(
430429
event_type_hint,
431430
stream=scm_event_stream,
432431
get_current_time=time.time,
433-
report_error=report_error_to_sentry,
434432
record_count=record_count_metric,
435433
record_distribution=record_distribution_metric,
436434
record_timer=record_timer_metric,

0 commit comments

Comments
 (0)