Hacker News new | ask | show | jobs
by Can_Not 2024 days ago
They also don't have an answer for error handling. You can't catch them with Sentry, you can't catch then to handle them, and when they happen your app just freezes.
1 comments

This is inaccurate – Sentry works fine in my Svelte apps, and general error-handling is no different than in any other JS environment
I didn't see any updates to the issue with lots of people complaining about svelte halting unrecoverably on errors instead of allowing error handling (thus also reporting), so no, Sentry isn't working fine in Svelte.