Skip to content

Commit 2070cf4

Browse files
authored
Revert "[v7] feat(tracing): Rename registerRequestInstrumentation -> instrumentOutgoingRequests" (#4875)
1 parent e2fddcd commit 2070cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tracing/src/index.ts

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

0 commit comments

Comments
 (0)