mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
chore(sentry): filter ConvexError CONFLICT (OCC preference saves) (#2909)
Expected optimistic concurrency rejection when concurrent tabs save preferences. Client handles via 409 status, but Convex real-time client surfaces it as unhandled rejection. 18 events, 6 users.
This commit is contained in:
@@ -245,6 +245,7 @@ Sentry.init({
|
||||
/ClerkJS: Network error/, // Clerk SDK transient network failures on user devices
|
||||
/doesn't provide an export named/, // stale cached chunk after deploy references removed export
|
||||
/Possible side-effect in debug-evaluate/, // Chrome DevTools internal EvalError
|
||||
/ConvexError: CONFLICT/, // Expected OCC rejection on concurrent preference saves
|
||||
],
|
||||
beforeSend(event) {
|
||||
const msg = event.exception?.values?.[0]?.value ?? '';
|
||||
|
||||
Reference in New Issue
Block a user