We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e85666 commit e48ac5aCopy full SHA for e48ac5a
packages/dd-trace/src/llmobs/index.js
@@ -63,7 +63,7 @@ function disable () {
63
// since LLMObs traces can extend between services and be the same trace,
64
// we need to propogate the parent id.
65
function handleLLMObsParentIdInjection ({ carrier }) {
66
- const parent = storage(SPAN_NAMESPACE).getStore()?.span
+ const parent = storage.getStore()?.span
67
if (!parent) return
68
69
const parentId = parent?.context().toSpanId()
0 commit comments