Skip to content

Commit 02e51d5

Browse files
committed
Fix linting
1 parent 17ec522 commit 02e51d5

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/anr

1 file changed

+1
-1
lines changed

packages/node/src/integrations/anr/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import * as diagnosticsChannel from 'node:diagnostics_channel';
22
import { types } from 'node:util';
33
import { Worker } from 'node:worker_threads';
44
import {
5+
GLOBAL_OBJ,
56
defineIntegration,
67
getClient,
78
getCurrentScope,
89
getFilenameToDebugIdMap,
910
getGlobalScope,
1011
getIsolationScope,
11-
GLOBAL_OBJ,
1212
logger,
1313
mergeScopeData,
1414
} from '@sentry/core';

0 commit comments

Comments
 (0)