Tim Fish
Tim Fish
I haven't updated this repository in 3 years and a lot of dependencies have been improved in that time including a stable release of Electron Forge that no longer uses...
I _think_ this might be a duplicate of https://github.com/getsentry/sentry-electron/issues/825. v4.17.0 of the Electron SDK uses v7.92.0 of the JavaScript SDKs whereas you're using v7.101.0. These versions need to match, especially...
Hold fire until next week. I should get a chance this evening or tomorrow to properly dig into what's broken. > since most Electron apps are using webpack because it's...
No idea yet why the offline test is now failing!
I'm just trying to understand what's not working as expected here. > The skipped line is an error message `skipFirst` is specifically used to skip the error message. The logic...
@krystofwoldrich many thanks for the detailed explanation and bearing with me 🙂
It looks like the `framesToPop` property on the error doesn't make a difference with the current parser. If we look waaaay back when this test was added: https://github.com/getsentry/sentry-javascript/commit/2979b2c And browser...
> But my caught errors do not show any local variables in the Sentry Dashboard The `LocalVariables` integration only includes local variables for uncaught exceptions by default. This default was...
> since those are basically uncaught exceptions from my application's point of view When talking about uncaught exceptions we are referring to those that would trigger `uncaughtException` or `unhandledRejection` events....