Skip to content

Commit 0b88f19

Browse files
author
Luca Forstner
authored
Fix typo in custom routing instrumentation (#8957)
1 parent 7c586f2 commit 0b88f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/includes/performance/browser-custom-routing-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sentry.init({
2727
tracesSampleRate: 1.0,
2828
integrations: [
2929
new Sentry.BrowserTracing({
30-
routingInstrumentation: inertiaRoutingInstrumentation,
30+
routingInstrumentation: customRoutingInstrumentation,
3131
}),
3232
],
3333
});

src/platform-includes/performance/browser-routing-instrumentation/custom-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sentry.init({
2727
tracesSampleRate: 1.0,
2828
integrations: [
2929
new Sentry.BrowserTracing({
30-
routingInstrumentation: inertiaRoutingInstrumentation,
30+
routingInstrumentation: customRoutingInstrumentation,
3131
}),
3232
],
3333
});

0 commit comments

Comments
 (0)