Skip to content

Commit ebe0023

Browse files
committed
fix type
1 parent 7796987 commit ebe0023

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
@@ -684,7 +684,7 @@ def get_current_span(scope=None):
684684

685685

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

0 commit comments

Comments
 (0)