Skip to content

Commit 25c6fbf

Browse files
authored
feat(browser): Export makeMultiplexedTransport from browser SDK (#8012)
1 parent f08811e commit 25c6fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export {
3333
getActiveTransaction,
3434
spanStatusfromHttpCode,
3535
trace,
36+
makeMultiplexedTransport,
3637
} from '@sentry/core';
3738
export type { SpanStatusType } from '@sentry/core';
3839
export type { Span } from '@sentry/types';

0 commit comments

Comments
 (0)