mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 19:33: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 * as Sentry from '@sentry/vue';
|
||||
@@ -52,7 +54,7 @@ export async function initSentry(app) {
|
||||
maskAllText: true,
|
||||
blockAllMedia: true
|
||||
}),
|
||||
Sentry.browserTracingIntegration(),
|
||||
Sentry.browserTracingIntegration({ router }),
|
||||
Sentry.vueIntegration({
|
||||
tracingOptions: {
|
||||
trackComponents: true
|
||||
|
||||
Reference in New Issue
Block a user