grab / front-end-guide

📚 Study guide and introduction to the modern front end stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error monitoring

baebb opened this issue · comments

commented

How do you handle errors in your front-end application? Eg. https://sentry.io/

Yes, we do use Sentry.io. Ok I'll think about including a short section on that 😄

@yangshun if you don't mind, what kind of message that u send to sentry? Do you use redux middleware like Raven for Redux to send its state when error got caught?

Hi @sujono91, we use https://github.com/getsentry/raven-js to send error to sentry.

@paradite oh thanks, so you don't send the current redux state when you got a JS error?