We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d3b06 commit 86b3e5aCopy full SHA for 86b3e5a
packages/profiling-node/src/integration.ts
@@ -85,7 +85,7 @@ function setupAutomatedSpanProfiling(client: NodeClient): void {
85
// Unref timeout so it doesn't keep the process alive.
86
timeout.unref();
87
88
- getCurrentScope().setContext('profile', { profile_id });
+ getIsolationScope().setContext('profile', { profile_id });
89
spanToProfileIdMap.set(span, profile_id);
90
}
91
});
0 commit comments