Skip to content

Commit

Permalink
feat(browser): Export request instrumentation options (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Apr 12, 2023
1 parent a5c0430 commit 3efb556
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ const INTEGRATIONS = {
export { INTEGRATIONS as Integrations };

export { Replay } from '@sentry/replay';
export { BrowserTracing, defaultRequestInstrumentationOptions } from '@sentry-internal/tracing';
export {
BrowserTracing,
defaultRequestInstrumentationOptions,
instrumentOutgoingRequests,
} from '@sentry-internal/tracing';
export type { RequestInstrumentationOptions } from '@sentry-internal/tracing';
export {
addTracingExtensions,
extractTraceparentData,
Expand Down

0 comments on commit 3efb556

Please sign in to comment.