Arpad Borsos

Results 349 comments of Arpad Borsos

A quick check with my https://github.com/moka-rs/moka/pull/265 PR: A debug build with 16 versions take ~9s, and a release build ~21s, so not that much of a difference. `cargo llvm-lines` looks...

That is a good point I haven’t really thought about. As you mentioned, if we assume the PRs pass individually, they should also pass when run as a group, right?...

The `in_app` flag is being set by the grouping algorithm. As you have two very specific rules here, its possible to add these to our default grouping enhancers. The SDK...

The problem is rather that we are crashing trying to resolve the C# provided stack trace. In particular, converting the C# object into its underlying C++ object/pointer so that we...

That might be possible. I haven’t looked at this in detail in quite a while. As a workaround, if this is causing problems for you, you can disable Sentrys own...

You are right that this could be configurable. I rather tend to a compile time flag rather than a runtime setting though. The situation with frame pointer unwinding and ABI...

We have our own pipeline symbolicating "minidump" files on the server side, using unwind info and debug info that you upload. In theory you can then strip that unwind info...

Sorry about the confusion here. The Sentry Android SDK does stack traces on the client. On *desktop*, we have a way to capture a minidump and do the stack traces...

A duplicate of this issue was also opened in the `sentry-rust` repo, which I answered and closed: https://github.com/getsentry/sentry-rust/issues/664#issuecomment-2184918953