File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tracing/src/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ export class BrowserTracing implements Integration {
158
158
159
159
// eslint-disable-next-line @typescript-eslint/unbound-method
160
160
const {
161
- routingInstrumentation,
161
+ routingInstrumentation : instrumentRouting ,
162
162
startTransactionOnLocationChange,
163
163
startTransactionOnPageLoad,
164
164
markBackgroundTransactions,
@@ -168,7 +168,7 @@ export class BrowserTracing implements Integration {
168
168
shouldCreateSpanForRequest,
169
169
} = this . options ;
170
170
171
- routingInstrumentation (
171
+ instrumentRouting (
172
172
( context : TransactionContext ) => this . _createRouteTransaction ( context ) ,
173
173
startTransactionOnPageLoad ,
174
174
startTransactionOnLocationChange ,
You can’t perform that action at this time.
0 commit comments