Skip to content

Commit

Permalink
Use POTel use_{isolation_}scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Sep 11, 2024
1 parent c02da5b commit 79fc4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from sentry_sdk.consts import OP
from sentry_sdk.scope import should_send_default_pii
from sentry_sdk.integrations._wsgi_common import _filter_headers
from sentry_sdk.integrations.opentelemetry.scope import use_isolation_scope
from sentry_sdk.sessions import track_session
from sentry_sdk.scope import use_isolation_scope
from sentry_sdk.tracing import Transaction, TRANSACTION_SOURCE_ROUTE
from sentry_sdk.utils import (
ContextVar,
Expand Down

0 comments on commit 79fc4a3

Please sign in to comment.