Skip to content

Commit dbc0b51

Browse files
committed
s/routingInstrumentation/instrumentRouting when calling it
1 parent f405061 commit dbc0b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class BrowserTracing implements Integration {
158158

159159
// eslint-disable-next-line @typescript-eslint/unbound-method
160160
const {
161-
routingInstrumentation,
161+
routingInstrumentation: instrumentRouting,
162162
startTransactionOnLocationChange,
163163
startTransactionOnPageLoad,
164164
markBackgroundTransactions,
@@ -168,7 +168,7 @@ export class BrowserTracing implements Integration {
168168
shouldCreateSpanForRequest,
169169
} = this.options;
170170

171-
routingInstrumentation(
171+
instrumentRouting(
172172
(context: TransactionContext) => this._createRouteTransaction(context),
173173
startTransactionOnPageLoad,
174174
startTransactionOnLocationChange,

0 commit comments

Comments
 (0)