Skip to content

Commit 3a2b671

Browse files
committed
.
1 parent 29500ac commit 3a2b671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/opentelemetry/contextvars_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if TYPE_CHECKING:
1616
from typing import Optional
1717
from contextvars import Token
18-
import sentry_sdk.integrations.opentelemetry.scope as scope
18+
import sentry_sdk.opentelemetry.scope as scope
1919

2020

2121
class SentryContextVarsRuntimeContext(ContextVarsRuntimeContext):

0 commit comments

Comments
 (0)