Skip to content

Commit

Permalink
Revert "[v7] feat(tracing): Rename registerRequestInstrumentation -> …
Browse files Browse the repository at this point in the history
…instrumentOutgoingRequests" (#4875)
  • Loading branch information
AbhiPrasad committed Apr 7, 2022
1 parent e2fddcd commit 2070cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tracing/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export { Span, SpanStatusType, spanStatusfromHttpCode } from './span';
export { SpanStatus } from './spanstatus';
export { Transaction } from './transaction';
export {
instrumentOutgoingRequests,
// TODO deprecate old name in v7
instrumentOutgoingRequests as registerRequestInstrumentation,
RequestInstrumentationOptions,
defaultRequestInstrumentationOptions,
} from './browser';
Expand Down

0 comments on commit 2070cf4

Please sign in to comment.