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 2894963 commit 9536cd5Copy full SHA for 9536cd5
sentry_sdk/integrations/opentelemetry/utils.py
@@ -388,7 +388,7 @@ def dsc_from_trace_state(trace_state):
388
def has_incoming_trace(trace_state):
389
# type: (TraceState) -> bool
390
"""
391
- The existence a sentry-trace_id in the baggage implies we continued an upstream trace.
+ The existence of a sentry-trace_id in the baggage implies we continued an upstream trace.
392
393
return (Baggage.SENTRY_PREFIX + "trace_id") in trace_state
394
0 commit comments