Skip to content

Commit a9b33a9

Browse files
committed
Merge branch 'ivana/span-first-9-start-end' into ivana/span-first-10-random-improvements
2 parents 45372c1 + 09b88f0 commit a9b33a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sentry_sdk/traces.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,7 @@ def timestamp(self) -> "Optional[datetime]":
435435

436436

437437
class NoOpStreamedSpan(StreamedSpan):
438-
__slots__ = (
439-
"_scope",
440-
"_previous_span_on_scope",
441-
)
438+
__slots__ = ()
442439

443440
def __init__(
444441
self,

0 commit comments

Comments
 (0)