Skip to content

Commit dc26a2a

Browse files
authored
fix(error-reporting): add ignore_errors (#855)
* add ignore_errors * black
1 parent 1f13568 commit dc26a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openadapt/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,5 @@ def before_send_event(event: Any, hint: Any) -> Any:
453453
dsn=config.ERROR_REPORTING_DSN,
454454
traces_sample_rate=1.0,
455455
before_send=before_send_event,
456+
ignore_errors=[KeyboardInterrupt],
456457
)

0 commit comments

Comments
 (0)