We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed2098 commit becc39dCopy full SHA for becc39d
sentry_sdk/tracing.py
@@ -517,7 +517,7 @@ def __init__(
517
# first time an event needs it for inclusion in the captured data
518
self._sentry_tracestate = sentry_tracestate
519
self._third_party_tracestate = third_party_tracestate
520
- self._measurements = {} # type: Dict[str, Any]
+ self._measurements = {} # type: Dict[str, Any]
521
522
def __repr__(self):
523
# type: () -> str
0 commit comments