Skip to content

Commit 9b24fe5

Browse files
committed
fix type
1 parent a482084 commit 9b24fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def get_current_span(scope=None):
686686

687687

688688
def _generate_sample_rand(
689-
trace_id, # type: Optional[str]
689+
trace_id, # type: Optional[int]
690690
interval=(0.0, 1.0), # type: tuple[float, float]
691691
):
692692
# type: (...) -> decimal.Decimal

0 commit comments

Comments
 (0)