Skip to content

Commit ff174f8

Browse files
stop setting undocumented attributes
1 parent e71988a commit ff174f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sentry_sdk/tracing_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ def record_sql_queries_supporting_streaming(
215215
"sentry.op": OP.DB,
216216
},
217217
) as span:
218-
for k, v in data.items():
219-
span.set_attribute(k, v)
220218
yield span
221219
else:
222220
with sentry_sdk.start_span(

0 commit comments

Comments
 (0)