Skip to content

Commit 6fdc08d

Browse files
committed
export spanstreamingIntegration from tracing cdn bundles
1 parent ed10bc1 commit 6fdc08d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/browser/src/index.bundle.tracing.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ export {
2323
withActiveSpan,
2424
getSpanDescendants,
2525
setMeasurement,
26+
withStreamSpan,
2627
} from '@sentry/core';
2728

29+
export { spanStreamingIntegration } from './integrations/spanstreaming';
30+
2831
export {
2932
browserTracingIntegration,
3033
startBrowserTracingNavigationSpan,

0 commit comments

Comments
 (0)