Skip to content

Commit 5a050ee

Browse files
AbhiPrasadlobsterkatie
authored andcommitted
ref(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests (#4859)
1 parent ebff719 commit 5a050ee

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)