Skip to content

Commit 7965df1

Browse files
committed
fix linting
1 parent ba1dfe0 commit 7965df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opentelemetry/src/trace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ function getContext(scope: Scope | undefined, forceTransaction: boolean | undefi
201201

202202
const spanOptions: SpanContext = {
203203
traceId: propagationContext.traceId,
204+
// eslint-disable-next-line deprecation/deprecation
204205
spanId: propagationContext.parentSpanId || propagationContext.spanId,
205206
isRemote: true,
206207
traceFlags: propagationContext.sampled ? TraceFlags.SAMPLED : TraceFlags.NONE,

0 commit comments

Comments
 (0)