Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Dec 4, 2024
1 parent c75a2e9 commit 350c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/envelope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ import type {
SpanItem,
SpanJSON,
} from './types-hoist';
import { uuid4 } from './utils-hoist/misc';
import { dsnToString } from './utils-hoist/dsn';
import {
createEnvelope,
createEventEnvelopeHeaders,
createSpanEnvelopeItem,
getSdkMetadataForEnvelopeHeader,
} from './utils-hoist/envelope';
import { uuid4 } from './utils-hoist/misc';
import { showSpanDropWarning, spanToJSON } from './utils/spanUtils';

/**
Expand Down

0 comments on commit 350c7f4

Please sign in to comment.