Skip to content

Commit 4681eba

Browse files
fix: Remove duplicate data from sampling context (getsentry#919)
Co-authored-by: Katie Byers <katie.byers@sentry.io>
1 parent 5a41127 commit 4681eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/tracing.py

-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ def to_json(self):
558558

559559
rv["name"] = self.name
560560
rv["sampled"] = self.sampled
561-
rv["parent_sampled"] = self.parent_sampled
562561

563562
return rv
564563

0 commit comments

Comments
 (0)