fix: add ScaleOfImpact to MDX routes and ignore transient Next.js Server Action errors in Sentry

This commit is contained in:
2026-07-27 12:19:08 +02:00
parent 6b2dad26ec
commit aaec77598e
4 changed files with 9 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ export class GlitchtipErrorReportingService implements ErrorReportingService {
tracesSampleRate: this.options.tracesSampleRate ?? 0.1,
replaysOnErrorSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
ignoreErrors: [
'Failed to find Server Action. This request might be from an older or newer deployment.',
],
});
}
return Sentry;