Skip to content

Commit

Permalink
fix(error-reporting): add ignore_errors (#855)
Browse files Browse the repository at this point in the history
* add ignore_errors

* black
  • Loading branch information
abrichr authored Jul 16, 2024
1 parent 1f13568 commit dc26a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openadapt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,5 @@ def before_send_event(event: Any, hint: Any) -> Any:
dsn=config.ERROR_REPORTING_DSN,
traces_sample_rate=1.0,
before_send=before_send_event,
ignore_errors=[KeyboardInterrupt],
)

0 comments on commit dc26a2a

Please sign in to comment.