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.
https://gnothiai.com
GNU Affero General Public License v3.0
166 stars 18 forks source link

Sentry not capturing errors caught by reactRouter error boundary #169

Closed lefnire closed 1 year ago

lefnire commented 1 year ago

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

lefnire commented 1 year ago

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