Skip to content

Commit 63312cf

Browse files
committed
rename to envelope
1 parent 1c920d6 commit 63312cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ import {
3232
} from '@sentry/utils';
3333

3434
import { getEnvelopeEndpointWithUrlEncodedAuth } from './api';
35+
import { createEventEnvelope, createSessionEnvelope } from './envelope';
3536
import { IS_DEBUG_BUILD } from './flags';
3637
import { IntegrationIndex, setupIntegrations } from './integration';
37-
import { createEventEnvelope, createSessionEnvelope } from './request';
3838

3939
const ALREADY_SEEN_ERROR = "Not capturing exception because it's already been captured.";
4040

File renamed without changes.

0 commit comments

Comments
 (0)