Sebastian Zivota
Sebastian Zivota
This is caused by the check for whether the executable is writeable not working correctly on Windows.
I opened a [new issue](https://github.com/getsentry/sentry-cli/issues/1761) for improving the updater. I can't tell you when we'll get around to it.
Hi, thank you for the report. I'm putting this on the backlog for now; we don't have the bandwidth for this right now.
This would require a number of changes in our stack. * `rust-sourcemap` needs to support a custom sourcemap extension. * `symbolic` needs to support this extension. * Symbolicator needs to...
Sorry, we haven't been working on this. It's still at the "maybe, at some point" stage.
> Is there an eyre counterpart for [`sentry_anyhow::capture_anyhow`](https://docs.rs/sentry-anyhow/0.31.5/sentry_anyhow/fn.capture_anyhow.html)? Sorry for the long delay. No, there isn't, at least not within Sentry.
One difference between `json` and `orjson` is that `orjson` dumps to `bytes`, not `str`. Decoding that back to a `str` might cost us some performance, let's see how it shakes...
Changed the title.
Can you reproduce this with a current version of symbolic?
Hi, sorry this took a while. You're right that this flag is only used in `sentry-actix` by mistake.