Skip to content

Commit a70e745

Browse files
committed
Change mechanism to typer
1 parent fa54d1c commit a70e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/typer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def sentry_sdk_excepthook(type_, value, traceback):
5151
event, hint = event_from_exception(
5252
(type_, value, traceback),
5353
client_options=sentry_sdk.get_client().options,
54-
mechanism={"type": "excepthook", "handled": False},
54+
mechanism={"type": "typer", "handled": False},
5555
)
5656
sentry_sdk.capture_event(event, hint=hint)
5757

0 commit comments

Comments
 (0)