We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf85a commit b9b9e26Copy full SHA for b9b9e26
src/instrumentation-client.ts
@@ -38,3 +38,5 @@ if (process.env.NODE_ENV === 'development') {
38
showClearEventsButton: true,
39
});
40
}
41
+
42
+export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;
0 commit comments