Tim Fish
Tim Fish
@mydea or @billyvg do you know why my changes could be causing this Replay test failure with an incorrect `segmentId`? https://github.com/getsentry/sentry-javascript/actions/runs/12156896052/job/33901817087?pr=14025#step:6:426
@lforst since this is now a breaking change, can I rebase this PR on top of the v9 branch?
Converted back to a draft since it would be nice to have this working without tracing enabled.
> I mostly care about whether I receive some faulty messages from a worker (I don't think we can instrument this reliably) Both `Worker` and `ChildProcess` are `EventEmitter`s, so we...
> Or maybe we can make it optional We can also just add it later in another PR! I guess we already do something similar in `browserApiErrorsIntegration` to wrap `setTimeout`,...
Oh god, a load of test failures due some esm/cjs issue ðŸ˜
Ok, so a bit of an update of where I've got to... I've got this PR working in a demo app via `yarn link`:  ...but in the e2e tests,...
Closing for now
At this point I'm not convinced unplugin is actually helping us much. We already use bundler specific hooks that unplugin doesn't support. By far the "best" hook we can use...
I've added a test case which tests the `devtool` addition so it will show full coverage but it should probably also be testing that the debugid magic comments are actually...