Skip to content

Commit 3d36ae0

Browse files
committed
fix build
1 parent c4883fa commit 3d36ae0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export {
2222
startBrowserTracingNavigationSpan,
2323
startBrowserTracingPageLoadSpan,
2424
} from './tracing/browserTracingIntegration';
25-
export { setActiveSpanInBrowser } from './tracing/setActiveSpanInBrowser';
25+
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
2626

2727
export { reportPageLoaded } from './tracing/reportPageLoaded';
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export {
2323
startBrowserTracingPageLoadSpan,
2424
} from './tracing/browserTracingIntegration';
2525
export { reportPageLoaded } from './tracing/reportPageLoaded';
26-
export { setActiveSpanInBrowser } from './tracing/setActiveSpanInBrowser';
26+
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
2727

2828
export { feedbackIntegrationShim as feedbackAsyncIntegration, feedbackIntegrationShim as feedbackIntegration };
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export {
2222
startBrowserTracingNavigationSpan,
2323
startBrowserTracingPageLoadSpan,
2424
} from './tracing/browserTracingIntegration';
25-
export { setActiveSpanInBrowser } from './tracing/setActiveSpanInBrowser';
25+
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
2626

2727
export { reportPageLoaded } from './tracing/reportPageLoaded';
2828

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export {
4040
startBrowserTracingPageLoadSpan,
4141
} from './tracing/browserTracingIntegration';
4242
export { reportPageLoaded } from './tracing/reportPageLoaded';
43-
export { setActiveSpanInBrowser } from './tracing/setActiveSpanInBrowser';
43+
export { setActiveSpanInBrowser } from './tracing/setActiveSpan';
4444

4545
export type { RequestInstrumentationOptions } from './tracing/request';
4646
export {

0 commit comments

Comments
 (0)