Skip to content

Commit 8c4a127

Browse files
committed
cleanup
1 parent c10fb5c commit 8c4a127

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sentry_sdk/integrations/dedupe.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ def _create_exception_fingerprint(self, exc_info):
4848
@staticmethod
4949
def setup_once():
5050
# 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-
5851
@add_global_event_processor
5952
def processor(event, hint):
6053
# type: (Event, Optional[Hint]) -> Optional[Event]

0 commit comments

Comments
 (0)