We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb8ae5 commit bc2fd79Copy full SHA for bc2fd79
1 file changed
sentry_sdk/traces.py
@@ -371,7 +371,7 @@ def sampled(self) -> "Optional[bool]":
371
372
return self._sampled
373
374
- def dynamic_sampling_context(self) -> dict[str, str]:
+ def dynamic_sampling_context(self) -> "dict[str, str]":
375
return self.segment._get_baggage().dynamic_sampling_context()
376
377
def _update_active_thread(self) -> None:
0 commit comments