Skip to content

Commit 350c7f4

Browse files
committed
Lint
1 parent c75a2e9 commit 350c7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/envelope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ import type {
2020
SpanItem,
2121
SpanJSON,
2222
} from './types-hoist';
23-
import { uuid4 } from './utils-hoist/misc';
2423
import { dsnToString } from './utils-hoist/dsn';
2524
import {
2625
createEnvelope,
2726
createEventEnvelopeHeaders,
2827
createSpanEnvelopeItem,
2928
getSdkMetadataForEnvelopeHeader,
3029
} from './utils-hoist/envelope';
30+
import { uuid4 } from './utils-hoist/misc';
3131
import { showSpanDropWarning, spanToJSON } from './utils/spanUtils';
3232

3333
/**

0 commit comments

Comments
 (0)