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 801d2b8 commit 08b86e2Copy full SHA for 08b86e2
packages/node-experimental/src/integrations/anr/worker.ts
@@ -172,7 +172,7 @@ if (options.captureStackTrace) {
172
{
173
// Grab the trace context from the current scope
174
expression:
175
- 'const ctx = __SENTRY__.acs?.getCurrentScope().getPropagationContext() || {}; ctx.traceId + "-" + ctx.spanId + "-" + ctx.parentSpanId',
+ 'var __sentry_ctx = __SENTRY__.acs?.getCurrentScope().getPropagationContext() || {}; __sentry_ctx.traceId + "-" + __sentry_ctx.spanId + "-" + __sentry_ctx.parentSpanId',
176
// Don't re-trigger the debugger if this causes an error
177
silent: true,
178
},
0 commit comments