Skip to content

Commit e48ac5a

Browse files
committed
fix
1 parent 8e85666 commit e48ac5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dd-trace/src/llmobs/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function disable () {
6363
// since LLMObs traces can extend between services and be the same trace,
6464
// we need to propogate the parent id.
6565
function handleLLMObsParentIdInjection ({ carrier }) {
66-
const parent = storage(SPAN_NAMESPACE).getStore()?.span
66+
const parent = storage.getStore()?.span
6767
if (!parent) return
6868

6969
const parentId = parent?.context().toSpanId()

0 commit comments

Comments
 (0)