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 17ec522 commit 02e51d5Copy full SHA for 02e51d5
packages/node/src/integrations/anr/index.ts
@@ -2,13 +2,13 @@ import * as diagnosticsChannel from 'node:diagnostics_channel';
2
import { types } from 'node:util';
3
import { Worker } from 'node:worker_threads';
4
import {
5
+ GLOBAL_OBJ,
6
defineIntegration,
7
getClient,
8
getCurrentScope,
9
getFilenameToDebugIdMap,
10
getGlobalScope,
11
getIsolationScope,
- GLOBAL_OBJ,
12
logger,
13
mergeScopeData,
14
} from '@sentry/core';
0 commit comments