Skip to content

Commit 656ef2e

Browse files
committed
Merge branch 'ivana/span-first-7-add-trace-decorator' into ivana/span-first-8-bucket-based-limits-in-batcher
2 parents 5d8c238 + 831adae commit 656ef2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def __init__(self) -> None:
310310
def __repr__(self) -> str:
311311
return f"<{self.__class__.__name__}(sampled={self.sampled})>"
312312

313-
def __enter__(self) -> "StreamedSpan":
313+
def __enter__(self) -> "NoOpStreamedSpan":
314314
return self
315315

316316
def __exit__(

0 commit comments

Comments
 (0)