Skip to content

Commit 27e47fd

Browse files
committed
chore: change correlation context header name according to the spec
Signed-off-by: Ruben Vargas <[email protected]>
1 parent 861fde7 commit 27e47fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-core/src/correlation-context/propagation/HttpCorrelationContext.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
setCorrelationContext,
2828
} from '../correlation-context';
2929

30-
export const CORRELATION_CONTEXT_HEADER = 'otcorrelationcontext';
30+
export const CORRELATION_CONTEXT_HEADER = 'otcorrelationsc';
3131
const KEY_PAIR_SEPARATOR = '=';
3232
const PROPERTIES_SEPARATOR = ';';
3333
const ITEMS_SEPARATOR = ',';

0 commit comments

Comments
 (0)