Skip to content

Commit c4a4f49

Browse files
fix: Replace SENSITIVE_DATA_SUBSTITUTE with BLOB_DATA_SUBSTITUTE
1 parent 614d439 commit c4a4f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/ai/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from sys import getsizeof
66
from typing import TYPE_CHECKING
77

8-
from sentry_sdk._types import SENSITIVE_DATA_SUBSTITUTE
8+
from sentry_sdk._types import BLOB_DATA_SUBSTITUTE
99

1010
if TYPE_CHECKING:
1111
from typing import Any, Callable, Dict, List, Optional, Tuple

0 commit comments

Comments
 (0)