Arpad Borsos

Results 349 comments of Arpad Borsos

Breakpad support isn’t going away anytime soon.

Yes I believe it was

Hi! Yes the support request came through me as well. I understand this is a confusing topic, as the ecosystem itself exposes some non-obvious footguns around this concept. The upstream...

> Ah, interesting—I didn't realize that awaiting a spawned task would run it within the context of the current future. Actually, I said the wrong thing here :-D You *do*...

> I needed to create a new hub was when processing a stream in parallel: Well yes, because parallelism / concurrency means the tasks are running independently.

https://github.com/getsentry/sentry-rust/pull/509 is a try at improving the docs around this with some examples. Also while creating the examples, I noticed (yet again) that our Hub APIs are extremely cumbersome to...

> errors in subsequent requests have the same metadata I assume that is for every new request that goes through the websocket upgrade? I haven’t had a chance to try...

We do expose the raw mangled name as well, if there is more specific need for demangling, you can reach for the crates that do that directly.

Worth mentioning: The problem with those crates is that they have active RUSTSEC advisories (or their transitive dependencies have) and this is blocking to have a passing `cargo audit`.

Wow, thanks for this very detailed analysis. Might be a bit off-topic but let me give some more details: I noticed this when I tried to add a rust project...