sveltejs / v2.svelte.dev

The Svelte v2 website
https://v2.svelte.dev
MIT License
210 stars 78 forks source link

Error monitoring #200

Open Rich-Harris opened 6 years ago

Rich-Harris commented 6 years ago

Good suggestion from @crisfole — it would make sense to have some form of error monitoring to make post-mortems easier than trawling through server logs. Suggestions include Rollbar, Raygun, Bugsnag, and Sentry (of which I've only used Rollbar so far)

Crisfole commented 6 years ago

I was their primary (only) support engineer for a while. I fully support using Rollbar.

ansarizafar commented 6 years ago

Sentry is also a good option. I have used Sentry with Vuejs in the past.

yashsamit commented 4 years ago

Any updates?