Skip to content

Commit 3efb556

Browse files
authored
feat(browser): Export request instrumentation options (#7818)
1 parent a5c0430 commit 3efb556

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/browser/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ const INTEGRATIONS = {
2121
export { INTEGRATIONS as Integrations };
2222

2323
export { Replay } from '@sentry/replay';
24-
export { BrowserTracing, defaultRequestInstrumentationOptions } from '@sentry-internal/tracing';
24+
export {
25+
BrowserTracing,
26+
defaultRequestInstrumentationOptions,
27+
instrumentOutgoingRequests,
28+
} from '@sentry-internal/tracing';
29+
export type { RequestInstrumentationOptions } from '@sentry-internal/tracing';
2530
export {
2631
addTracingExtensions,
2732
extractTraceparentData,

0 commit comments

Comments
 (0)