Skip to content

Commit ea19f07

Browse files
committed
fixes
1 parent 7e8a6a2 commit ea19f07

6 files changed

Lines changed: 6 additions & 6 deletions

‎packages/browser/src/index.bundle.tracing.logs.metrics.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export { elementTimingIntegration } from '@sentry/browser-utils';
2929
export { reportPageLoaded } from './tracing/reportPageLoaded';
3030
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3131

32-
export { spanStreamingIntegration } from '@sentry/core/browser';
32+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
3333
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
3434
export { webVitalsIntegration } from './integrations/webVitals';
3535

‎packages/browser/src/index.bundle.tracing.replay.feedback.logs.metrics.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export { elementTimingIntegration } from '@sentry/browser-utils';
3030
export { reportPageLoaded } from './tracing/reportPageLoaded';
3131
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3232

33-
export { spanStreamingIntegration } from '@sentry/core/browser';
33+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
3434
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
3535
export { webVitalsIntegration } from './integrations/webVitals';
3636

‎packages/browser/src/index.bundle.tracing.replay.feedback.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3636

3737
export { reportPageLoaded } from './tracing/reportPageLoaded';
3838

39-
export { spanStreamingIntegration } from '@sentry/core/browser';
39+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
4040
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
4141
export { webVitalsIntegration } from './integrations/webVitals';
4242

‎packages/browser/src/index.bundle.tracing.replay.logs.metrics.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export { elementTimingIntegration } from '@sentry/browser-utils';
2929
export { reportPageLoaded } from './tracing/reportPageLoaded';
3030
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3131

32-
export { spanStreamingIntegration } from '@sentry/core/browser';
32+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
3333
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
3434
export { webVitalsIntegration } from './integrations/webVitals';
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export { elementTimingIntegrationShim as elementTimingIntegration };
3535
export { reportPageLoaded } from './tracing/reportPageLoaded';
3636
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3737

38-
export { spanStreamingIntegration } from '@sentry/core/browser';
38+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
3939
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
4040
export { webVitalsIntegration } from './integrations/webVitals';
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
3737

3838
export { reportPageLoaded } from './tracing/reportPageLoaded';
3939

40-
export { spanStreamingIntegration } from '@sentry/core/browser';
40+
export { spanStreamingIntegration } from './integrations/browserSpanStreaming';
4141
export { fetchStreamPerformanceIntegration } from './integrations/fetchStreamPerformance';
4242
export { webVitalsIntegration } from './integrations/webVitals';
4343

0 commit comments

Comments
 (0)