Skip to content

Commit f37206b

Browse files
committed
lets try this
1 parent 2b2084b commit f37206b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sentry_sdk/tracing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ def get_trace_context(self):
668668
if thread_name is not None:
669669
data["thread.name"] = thread_name
670670

671-
if data:
672-
rv["data"] = data
671+
# if data:
672+
# rv["data"] = data
673673

674674
return rv
675675

tests/test_new_scopes_compat_event.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ def create_expected_error_event(trx, span):
7676
"parent_span_id": span.parent_span_id,
7777
"op": "test_span",
7878
"description": None,
79-
"data": {
80-
"thread.id": mock.ANY,
81-
"thread.name": mock.ANY,
82-
},
79+
# "data": {
80+
# "thread.id": mock.ANY,
81+
# "thread.name": mock.ANY,
82+
# },
8383
},
8484
"runtime": {
8585
"name": "CPython",

0 commit comments

Comments
 (0)