Skip to content

Commit a1d0473

Browse files
ericapisaniclaude
andcommitted
fix(pyreqwest): Fix should_send_default_pii import path
Import from sentry_sdk.scope instead of build.lib.sentry_sdk.scope. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c13cb24 commit a1d0473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/pyreqwest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Any, Generator
33

44
import sentry_sdk
5-
from build.lib.sentry_sdk.scope import should_send_default_pii
5+
from sentry_sdk.scope import should_send_default_pii
66
from sentry_sdk import start_span
77
from sentry_sdk.consts import OP, SPANDATA
88
from sentry_sdk.integrations import DidNotEnable, Integration

0 commit comments

Comments
 (0)