Files
twenty/packages
Sonarly Claude Code 1417d8003b chore: improve monitoring for fix: add error handling to reCAPTCHA execute promi
Added `ignoreErrors: [/invalid origin/i]` to the Sentry `init()` configuration in `SentryInitEffect.tsx`. This filters out the "invalid origin" error from reCAPTCHA at the Sentry SDK level, preventing it from being captured even if the `.catch()` handler is somehow bypassed (e.g., by the periodic token refresh interval in `CaptchaProviderScriptLoaderEffect`). This is a defense-in-depth measure — the code fix prevents the error from becoming an unhandled rejection, and this monitoring fix ensures any residual captures are filtered.
2026-03-21 03:26:21 +00:00
..
2026-03-17 11:43:17 +01:00