Skip to content

Commit 918609c

Browse files
committed
.
1 parent bd9e0a3 commit 918609c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/traces.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ def __init__(
460460
self._scope = scope # type: ignore[assignment]
461461
self._unsampled_reason = unsampled_reason
462462

463+
self._finished = False
464+
463465
self._start()
464466

465467
def __repr__(self) -> str:

0 commit comments

Comments
 (0)