Skip to content

Commit

Permalink
fix incorrect reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Feb 12, 2025
1 parent fbf1fd0 commit 1f13d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/opentelemetry/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Tracer {
}
}

const spanContext = new OtelSpanContext({
const spanContext = new SpanContext({
traceId: id(traceId, 16), spanId: id(), tags: meta, parentId: id(spanId, 16)
})

Expand Down

0 comments on commit 1f13d11

Please sign in to comment.