mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
improve ux on crash recovery
This commit is contained in:
@@ -48,7 +48,7 @@ export async function initSentry(app) {
|
||||
release: version,
|
||||
replaysSessionSampleRate: 0,
|
||||
replaysOnErrorSampleRate: 1.0,
|
||||
tracesSampleRate: 0.001,
|
||||
tracesSampleRate: 0.0001,
|
||||
beforeSend(event, hint) {
|
||||
const error = hint.originalException;
|
||||
if (error && typeof error.message === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user