Skip to content

Commit 47ed910

Browse files
committed
Add missing logger
1 parent f3ee55c commit 47ed910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import TYPE_CHECKING
1111

1212
from sentry_sdk.consts import SPANDATA
13-
from sentry_sdk.utils import format_attribute
13+
from sentry_sdk.utils import format_attribute, logger
1414

1515
if TYPE_CHECKING:
1616
from typing import Optional, Union

0 commit comments

Comments
 (0)