Skip to content

Commit bc2fd79

Browse files
committed
old py
1 parent fcb8ae5 commit bc2fd79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def sampled(self) -> "Optional[bool]":
371371

372372
return self._sampled
373373

374-
def dynamic_sampling_context(self) -> dict[str, str]:
374+
def dynamic_sampling_context(self) -> "dict[str, str]":
375375
return self.segment._get_baggage().dynamic_sampling_context()
376376

377377
def _update_active_thread(self) -> None:

0 commit comments

Comments
 (0)