Skip to content

Commit 94d7f5b

Browse files
committed
oh linting
1 parent 2d91524 commit 94d7f5b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import * as diagnosticsChannel from 'node:diagnostics_channel';
12
import { Worker } from 'node:worker_threads';
23
import { defineIntegration, getCurrentScope, getGlobalScope, getIsolationScope, mergeScopeData } from '@sentry/core';
34
import type { Contexts, Event, EventHint, Integration, IntegrationFn, ScopeData } from '@sentry/types';
4-
import { getFilenameToDebugIdMap, GLOBAL_OBJ, logger } from '@sentry/utils';
5+
import { GLOBAL_OBJ, getFilenameToDebugIdMap, logger } from '@sentry/utils';
56
import { NODE_VERSION } from '../../nodeVersion';
67
import type { NodeClient } from '../../sdk/client';
78
import type { AnrIntegrationOptions, WorkerStartData } from './common';
8-
import * as diagnosticsChannel from 'node:diagnostics_channel';
99

1010
// This string is a placeholder that gets overwritten with the worker code.
1111
export const base64WorkerScript = '###AnrWorkerScript###';

0 commit comments

Comments
 (0)