Skip to content

Commit a159aaa

Browse files
author
Luca Forstner
committed
Rearrange imported type
1 parent 9194e85 commit a159aaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {
3535
NewTransport,
3636
TransportMakeRequestResponse,
3737
TransportRequest,
38+
TransportRequestExecutor,
3839
} from './transports/base';
3940
export { SDK_VERSION } from './version';
4041

packages/node/src/transports/new.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
NewTransport,
55
TransportMakeRequestResponse,
66
TransportRequest,
7+
TransportRequestExecutor,
78
} from '@sentry/core';
8-
import { TransportRequestExecutor } from '@sentry/core/dist/transports/base';
99
import { eventStatusFromHttpCode } from '@sentry/utils';
1010
import * as http from 'http';
1111
import * as https from 'https';

0 commit comments

Comments
 (0)