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 97ae8e2 commit 6495a08Copy full SHA for 6495a08
sentry_sdk/integrations/dedupe.py
@@ -43,6 +43,7 @@ def processor(event, hint):
43
44
@staticmethod
45
def reset_last_seen():
46
+ # type: () -> None
47
integration = sentry_sdk.get_client().get_integration(DedupeIntegration)
48
if integration is None:
49
return
0 commit comments