Skip to content

Commit 77b4a21

Browse files
committed
fix import
1 parent 4e9fb6b commit 77b4a21

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/browser/src/sdk.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { getCurrentHub, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
2-
import { getIntegrationsToSetup } from '@sentry/core/build/types/integration';
1+
import { getCurrentHub, getIntegrationsToSetup, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
32
import { Hub } from '@sentry/types';
43
import {
54
addInstrumentationHandler,

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export { initAndBind } from './sdk';
3737
export { NoopTransport } from './transports/noop';
3838
export { createTransport } from './transports/base';
3939
export { SDK_VERSION } from './version';
40+
export { getIntegrationsToSetup } from './integration';
4041

4142
import * as Integrations from './integrations';
4243

packages/node/src/sdk.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { getCurrentHub, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
2-
import { getIntegrationsToSetup } from '@sentry/core/build/types/integration';
1+
import { getCurrentHub, getIntegrationsToSetup, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
32
import { getMainCarrier, setHubOnCarrier } from '@sentry/hub';
43
import { SessionStatus } from '@sentry/types';
54
import { getGlobalObject, logger, stackParserFromOptions } from '@sentry/utils';

0 commit comments

Comments
 (0)