Skip to content

Commit 3dbb2ab

Browse files
committed
feat: Export browser integrations individually
1 parent c9e8997 commit 3dbb2ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/browser/src/exports.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export {
4141
setTags,
4242
setUser,
4343
withScope,
44+
FunctionToString,
45+
InboundFilters,
4446
} from '@sentry/core';
4547

4648
export { BrowserClient } from './client';
@@ -56,3 +58,4 @@ export {
5658
} from './stack-parsers';
5759
export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap } from './sdk';
5860
export { SDK_NAME } from './version';
61+
export { GlobalHandlers, TryCatch, Breadcrumbs, LinkedErrors, UserAgent, Dedupe } from './integrations';

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export { initAndBind } from './sdk';
2828
export { createTransport } from './transports/base';
2929
export { SDK_VERSION } from './version';
3030
export { getIntegrationsToSetup } from './integration';
31+
export { FunctionToString, InboundFilters } from './integrations';
3132

3233
import * as Integrations from './integrations';
3334

0 commit comments

Comments
 (0)