ocdevel / gnothi

Gnothi is an open-source AI journal and toolkit for self-discovery. If you're interested in getting involved, we'd love to hear from you.

Home Page:https://gnothiai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentry not capturing errors caught by reactRouter error boundary

lefnire opened this issue · comments

I'm not seeing client-side errors because reactRouter error-boundary catches it. I either need to integrate sentry with RR, or just remove the error boundary and let the client do a full crash, since it's a real crash anyway that usually prevents app usage

catching all errors for now. Will restore error boundaries in the future