John Rothfels
Results
2
comments of
John Rothfels
I'm experiencing the same problem: renderer events don't get sent to Sentry, while main process events do. However I'm using React (not Svelte). My code follows the `sentry-electron` README: ```...
Yes, I'm using Vite. Started the project from here: https://electron-vite.github.io/ Turns out I was half wrong, I'm actually able to see exceptions captured from the renderer process! I got confused...