We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50910bc commit d6cfbf8Copy full SHA for d6cfbf8
sentry_sdk/client.py
@@ -62,7 +62,7 @@
62
from typing import Union
63
from typing import TypeVar
64
65
- from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric
+ from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric, EventDataCategory
66
from sentry_sdk.integrations import Integration
67
from sentry_sdk.scope import Scope
68
from sentry_sdk.session import Session
0 commit comments