Tim Fish
Tim Fish
- Blocked by https://github.com/getsentry/sentry-javascript/issues/18263
- Failing due to https://github.com/getsentry/sentry-javascript-node-native-stacktrace/issues/23
No idea why they're cancelling: https://github.com/getsentry/sentry-electron/actions/runs/16660022078/job/47154740742?pr=1202#step:5:553
> JavaScript SDK, but doesn't expose a way of converting `Log` to `SerializedLog` I added a callback to `_INTERNAL_captureLog` in `@sentry/core`. We use in the Electron SDK so we can...
Yep, the `transportOptions` type is supplemented by whichever transport you have set so you also need to set the transport. ```ts import * as Sentry from "@sentry/browser"; Sentry.init({ dsn: "https://[email protected]/0",...
Since we're all mostly agreed that the separate `transportOptions` is a bit strange, we could deprecate `transportOptions` and move to passing options directly to the transports? The only downside I...
Unfortunately, I looks like we won't be able to keep a single `makeXTransport` export and be able to pass it both with and without calling the function. I've tried [some...
From my testing, the only way to fix this in a backwards compatible way is to use new names for the function transports and deprecate the old exports.
It though this was caused by some breaking changes to v8. I've been waiting for a Node.js release which uses a newer version of v8. I've just tried Node v25.0.0...
It might be an option but I'd like to know exactly what is causing the build error with this specific version of Electron/v8