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.
NODE_OPTIONS
1 parent d3f52cf commit e7b3530Copy full SHA for e7b3530
packages/node/src/integrations/anr/index.ts
@@ -176,6 +176,7 @@ async function _startWorker(
176
workerData: options,
177
// We don't want any Node args to be passed to the worker
178
execArgv: [],
179
+ env: { ...process.env, NODE_OPTIONS: undefined },
180
});
181
182
process.on('exit', () => {
packages/node/src/integrations/local-variables/local-variables-async.ts
@@ -81,6 +81,7 @@ export const localVariablesAsyncIntegration = defineIntegration(((
81
82
83
84
85
86
87
0 commit comments