I would like to use sentry.io for crash reporting on my baserow plugin. I’ve gotten this to work successfully by maintaining a set of patches that my plugin applies onto baserow when installing: Comparing baserow-1.15.2...baserow-vocabai-patch-1.15.2 · Language-Tools/baserow-vocabai-patches · GitHub
It works well for backend, does crash reporting the way I expect.
However for the frontend, crashes don’t get reported. I suspect this could be due to the built in exception handler in the baserow frontend. Has anyone attempted to integrate sentry.io on the frontend ?
I don’t mind digging into this and reporting back, I wanted to socialize in case other people are also interested.