We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10fb5c commit 8c4a127Copy full SHA for 8c4a127
sentry_sdk/integrations/dedupe.py
@@ -48,13 +48,6 @@ def _create_exception_fingerprint(self, exc_info):
48
@staticmethod
49
def setup_once():
50
# type: () -> None
51
- client = sentry_sdk.get_client()
52
- integration = client.get_integration(DedupeIntegration)
53
- if integration is not None:
54
- integration.in_app_include = client.options.get("in_app_include") or []
55
- integration.in_app_exclude = client.options.get("in_app_exclude") or []
56
- integration.project_root = client.options.get("project_root") or None
57
-
58
@add_global_event_processor
59
def processor(event, hint):
60
# type: (Event, Optional[Hint]) -> Optional[Event]
0 commit comments