Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[v7] feat(tracing): Rename registerRequestInstrumentation -> instrume…
…ntOutgoingRequests (#4859)
  • Loading branch information
AbhiPrasad authored and Lms24 committed Apr 7, 2022
commit 244eb0e217998f3f4fce3ab8d778be4c80ea9eed
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