Skip to content

Commit 6d3043a

Browse files
committed
rename to envelope
1 parent c9fa57b commit 6d3043a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/core/src/baseclient.ts

+1-1
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.

packages/core/test/lib/api.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import { getEnvelopeEndpointWithUrlEncodedAuth, getReportDialogEndpoint, initAPI
55

66
const ingestDsn = 'https://[email protected]:1234/subpath/123';
77
const dsnPublic = 'https://[email protected]:1234/subpath/123';
8-
const legacyDsn = 'https://abc:[email protected]:1234/subpath/123';
98
const tunnel = 'https://hello.com/world';
109

11-
const ingestDsnAPI = initAPIDetails(ingestDsn);
1210
const dsnPublicAPI = initAPIDetails(dsnPublic);
1311

1412
describe('API', () => {

0 commit comments

Comments
 (0)