Sentry config

This commit is contained in:
Natsumi
2025-09-18 19:42:41 +12:00
parent 5d0c6c4141
commit 0916bdcacd
4 changed files with 21 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ export async function initSentry(app) {
app,
dsn,
environment: 'nightly',
release: version,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
beforeSend(event, hint) {