Skip to content

Commit 68f8369

Browse files
AbhiPrasadLms24
authored andcommitted
[v7] feat(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests (#4859)
1 parent e45e397 commit 68f8369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tracing/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export { Span, SpanStatusType, spanStatusfromHttpCode } from './span';
2626
export { SpanStatus } from './spanstatus';
2727
export { Transaction } from './transaction';
2828
export {
29-
// TODO deprecate old name in v7
30-
instrumentOutgoingRequests as registerRequestInstrumentation,
29+
instrumentOutgoingRequests,
3130
RequestInstrumentationOptions,
3231
defaultRequestInstrumentationOptions,
3332
} from './browser';

0 commit comments

Comments
 (0)