Tim Fish
Tim Fish
Thi could be fixed by listening to some `BrowserWindow` [events](https://electron.atom.io/docs/api/browser-window/#event-maximize).
It looks like this change would package everything under `@org/` which could be including far too much. Can you give me an example module that is currently failing to get...
> Since I only have a single "@org" package I fixed that way, but the real issue is in Electron Forge API I guess? The plan is to [merge this...
In the Electron SDK we support native crash reporting via two integrations. - `SentryMinidump` (default) - Sends minidumps and full event metadata via the envelope endpoint - `ElectronMinidump` - Sends...
I'll open a tracking issue in the Electron repo for this!
I've just done some testing and it's not quite as simple as moving the `initialScope` to the `ElectronMinidump` constructor since this only passes the initial scope used by the integration....
Shortly after v1 and before npm support, I created an [experimental SDK](https://github.com/timfish/sentry-deno/) by converting the existing Sentry code to Deno import syntax. This weekend I spent a couple of hours...
> Maybe we can't mutate globals across module boundaries? [denoland/deno - feat(ext/node): properly segregate node globals #19307](https://github.com/denoland/deno/pull/19307) ``` This commit makes the globalThis of the entire runtime a semi-proxy. This...
You can modify events to remove keys from `contexts` using `beforeSend` in the main process. I'm not sure whether this will be enough to get the events displaying as you...
#610 means this will no longer be required