We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c0430 commit 3efb556Copy full SHA for 3efb556
packages/browser/src/index.ts
@@ -21,7 +21,12 @@ const INTEGRATIONS = {
21
export { INTEGRATIONS as Integrations };
22
23
export { Replay } from '@sentry/replay';
24
-export { BrowserTracing, defaultRequestInstrumentationOptions } from '@sentry-internal/tracing';
+export {
25
+ BrowserTracing,
26
+ defaultRequestInstrumentationOptions,
27
+ instrumentOutgoingRequests,
28
+} from '@sentry-internal/tracing';
29
+export type { RequestInstrumentationOptions } from '@sentry-internal/tracing';
30
export {
31
addTracingExtensions,
32
extractTraceparentData,
0 commit comments