Tim Fish
Tim Fish
Which warnings are these and what do they look like? Do these warnings still exist now that in v9 we use `import-in-the-middle` in a mode where it doesn't attempt to...
I've opened a PR to update the options in the docs. They should have been: ```ts { /* The maximum number of days to keep an envelope in the queue....
This was closed by #730
#40362 proposes a few different options but this PRs description does not state which way this fixes it!
Parsing of this stream would need adding to the Rust `minidump` crate and then Sentry would then need to pull this info from the minidump during ingestion: - https://github.com/rust-minidump/rust-minidump/issues/1093
This has been in production for a couple of months now!
Most bundlers now support injecting debug IDs as per the spec (ie. without global variable shim injection). This includes webpack, rollup, vite and rolldown. In those cases the existing debug...
Would this preload apply only to `package.json#scripts` or to any node process where this `package.json` is resolved as the closest?
> explore whether we can avoid adding or enabling the integration when another inspector session is attached to the process. I think the main issue is that this would only...
It's likely possible, I just can't find a specific debugger event for new debug connections. We'd have to watch for responses that indicate a new connection has been made and...