Skip to content

Commit 9536cd5

Browse files
committed
typo
1 parent 2894963 commit 9536cd5

File tree

1 file changed

+1
-1
lines changed
  • sentry_sdk/integrations/opentelemetry

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/opentelemetry/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def dsc_from_trace_state(trace_state):
388388
def has_incoming_trace(trace_state):
389389
# type: (TraceState) -> bool
390390
"""
391-
The existence a sentry-trace_id in the baggage implies we continued an upstream trace.
391+
The existence of a sentry-trace_id in the baggage implies we continued an upstream trace.
392392
"""
393393
return (Baggage.SENTRY_PREFIX + "trace_id") in trace_state
394394

0 commit comments

Comments
 (0)