Skip to content

Commit 614d439

Browse files
Update sentry_sdk/ai/utils.py
Co-authored-by: Alex Alderman Webb <alexander.webb@sentry.io>
1 parent 767050c commit 614d439

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
@@ -217,7 +217,7 @@ def redact_blob_message_parts(
217217
if isinstance(content, list):
218218
for item in content:
219219
if isinstance(item, dict) and item.get("type") == "blob":
220-
item["content"] = SENSITIVE_DATA_SUBSTITUTE
220+
item["content"] = BLOB_DATA_SUBSTITUTE
221221

222222
return messages_copy
223223

0 commit comments

Comments
 (0)