We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9194e85 commit a159aaaCopy full SHA for a159aaa
packages/core/src/index.ts
@@ -35,6 +35,7 @@ export {
35
NewTransport,
36
TransportMakeRequestResponse,
37
TransportRequest,
38
+ TransportRequestExecutor,
39
} from './transports/base';
40
export { SDK_VERSION } from './version';
41
packages/node/src/transports/new.ts
@@ -4,8 +4,8 @@ import {
4
5
6
7
8
} from '@sentry/core';
-import { TransportRequestExecutor } from '@sentry/core/dist/transports/base';
9
import { eventStatusFromHttpCode } from '@sentry/utils';
10
import * as http from 'http';
11
import * as https from 'https';
0 commit comments