Skip to content

Commit 5d528c3

Browse files
committed
yarn fix
1 parent 40bb305 commit 5d528c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/core/src/baseclient.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import {
88
EventHint,
99
Integration,
1010
IntegrationClass,
11+
NewTransport,
1112
Severity,
1213
SeverityLevel,
1314
Transport,
14-
NewTransport,
1515
} from '@sentry/types';
1616
import {
1717
checkOrSetAlreadyCaught,
@@ -30,11 +30,10 @@ import {
3030
uuid4,
3131
} from '@sentry/utils';
3232

33-
import { APIDetails, initAPIDetails, getEnvelopeEndpointWithUrlEncodedAuth } from './api';
33+
import { getEnvelopeEndpointWithUrlEncodedAuth, initAPIDetails } from './api';
3434
import { IS_DEBUG_BUILD } from './flags';
3535
import { IntegrationIndex, setupIntegrations } from './integration';
3636
import { createEventEnvelope, createSessionEnvelope } from './request';
37-
import { NewTransport } from './transports/base';
3837

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

packages/core/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getCurrentHub } from '@sentry/hub';
2-
import { Client, ClientOptions, NewTransport, Transport } from '@sentry/types';
2+
import { Client, ClientOptions } from '@sentry/types';
33
import { logger } from '@sentry/utils';
44

55
import { IS_DEBUG_BUILD } from './flags';

0 commit comments

Comments
 (0)