Skip to content

Commit

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

0 comments on commit e2fddcd

Please sign in to comment.