fix: add ScaleOfImpact to MDX routes and ignore transient Next.js Server Action errors in Sentry
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user