mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
add sentry router tracing
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import { router } from './router';
|
||||||
|
|
||||||
import configRepository from '../service/config';
|
import configRepository from '../service/config';
|
||||||
|
|
||||||
import * as Sentry from '@sentry/vue';
|
import * as Sentry from '@sentry/vue';
|
||||||
@@ -52,7 +54,7 @@ export async function initSentry(app) {
|
|||||||
maskAllText: true,
|
maskAllText: true,
|
||||||
blockAllMedia: true
|
blockAllMedia: true
|
||||||
}),
|
}),
|
||||||
Sentry.browserTracingIntegration(),
|
Sentry.browserTracingIntegration({ router }),
|
||||||
Sentry.vueIntegration({
|
Sentry.vueIntegration({
|
||||||
tracingOptions: {
|
tracingOptions: {
|
||||||
trackComponents: true
|
trackComponents: true
|
||||||
|
|||||||
Reference in New Issue
Block a user