Skip to content

Commit ed09e81

Browse files
committed
Merge branch 'ivana/span-first-11-sampling' into ivana/span-first-12-is-segment
2 parents 1e22ed0 + 4ba4351 commit ed09e81

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,7 @@ def _is_segment(self) -> bool:
444444

445445

446446
class NoOpStreamedSpan(StreamedSpan):
447-
__slots__ = (
448-
"_scope",
449-
"_previous_span_on_scope",
450-
"_unsampled_reason",
451-
)
447+
__slots__ = ("_unsampled_reason",)
452448

453449
def __init__(
454450
self,

0 commit comments

Comments
 (0)