Tim Fish

Results 398 comments of Tim Fish

When [this issue](https://github.com/getsentry/publish/issues/4251) closes, 5.4.0 will be published to npm. This has a fix for multiple sessions being recorded when there are multiple renderer crashes in a single session. Let...

This is currently the expected behaviour. - Related https://github.com/getsentry/sentry-javascript/issues/11160 Since the ANR worker does not run a full SDK, there is no event deduplication and we wanted to avoid sending...

I'm not 100% sure what's happening here without seeing more of the app config and code. It looks like the code is being loaded as CJS but it has imports...

There is a [beta available](https://github.com/getsentry/sentry-electron/releases/tag/5.0.0-beta.0) of v5 of the Electron SDK which uses v8 of the JavaScript SDKs. There is much improved ESM support.

v5.0.0 of the Electron SDK has now been released which uses v8 of the JavaScript SDKs with improved ESM support. Feel free to re-open this or a new issue if...

Does it help if you also add `@serialport/parser-byte-length` to externals too?

Thanks for this PR. I'll review and publish it next week!

Just seen that v2 has made stable so I'm going to try and find time to get this finished/released.

There's now a release supporting v2! https://crates.io/crates/tauri-plugin-sentry

Sorry this dropped out of my notifications and got forgotten. I'll take a look!