diff --git a/assets/js/app.js b/assets/js/app.js index 9e8c6a2..4b382ab 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -30,7 +30,8 @@ if (typeof window.Sentry !== 'undefined') { integrations: [ new window.Sentry.BrowserTracing(), ], - tracesSampleRate: 0.1, // Capture 10% of transactions for performance monitoring + tracesSampleRate: 1.0, // Capture 100% of transactions for performance monitoring + sampleRate: 1.0, // Capture 100% of errors beforeSend(event, hint) { // Filter out known non-critical errors if (hint.originalException?.message?.includes('ResizeObserver loop limit exceeded')) {