Skip to content

Commit 67332de

Browse files
committed
use lower case because fastapi is case insensitive
1 parent f3bcb28 commit 67332de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
TracingContext: TypeAlias = otcontext.Context | None
1010

11-
_OSPARC_TRACE_ID_HEADER = "X-Osparc-Trace-Id"
11+
_OSPARC_TRACE_ID_HEADER = "x-osparc-trace-id"
1212

1313

1414
def _is_tracing() -> bool:

0 commit comments

Comments
 (0)