Skip to content

Commit c992112

Browse files
committed
fix lint issues
1 parent 282ce32 commit c992112

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/profiling-node/test/spanProfileUtils.test.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
import { NodeClient, defaultStackParser, flush, makeNodeTransport, setCurrentClient, startInactiveSpan } from '@sentry/node';
2-
3-
import { getMainCarrier, } from '@sentry/core';
1+
import {
2+
NodeClient,
3+
defaultStackParser,
4+
flush,
5+
makeNodeTransport,
6+
setCurrentClient,
7+
startInactiveSpan,
8+
} from '@sentry/node';
9+
10+
import { getMainCarrier } from '@sentry/core';
411
import type { Transport } from '@sentry/types';
512
import { GLOBAL_OBJ, createEnvelope, logger } from '@sentry/utils';
613
import { CpuProfilerBindings } from '../src/cpu_profiler';

0 commit comments

Comments
 (0)