mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
tweak sentry config
This commit is contained in:
@@ -40,7 +40,7 @@ export async function initSentry(app) {
|
|||||||
release: version,
|
release: version,
|
||||||
replaysSessionSampleRate: 0,
|
replaysSessionSampleRate: 0,
|
||||||
replaysOnErrorSampleRate: 1.0,
|
replaysOnErrorSampleRate: 1.0,
|
||||||
tracesSampleRate: 0.05,
|
tracesSampleRate: 0.001,
|
||||||
beforeSend(event, hint) {
|
beforeSend(event, hint) {
|
||||||
const error = hint.originalException;
|
const error = hint.originalException;
|
||||||
if (error && typeof error.message === 'string') {
|
if (error && typeof error.message === 'string') {
|
||||||
@@ -75,7 +75,6 @@ export async function initSentry(app) {
|
|||||||
blockAllMedia: true
|
blockAllMedia: true
|
||||||
}),
|
}),
|
||||||
Sentry.browserTracingIntegration({ router }),
|
Sentry.browserTracingIntegration({ router }),
|
||||||
Sentry.browserProfilingIntegration(),
|
|
||||||
Sentry.vueIntegration({
|
Sentry.vueIntegration({
|
||||||
tracingOptions: {
|
tracingOptions: {
|
||||||
trackComponents: true
|
trackComponents: true
|
||||||
|
|||||||
Reference in New Issue
Block a user