Sébastien Marchand
Sébastien Marchand
Any plan to add support for the AVX2 set? Thanks
Being able to attach a custom stack trace to events would be quite useful for some type of errors. In my project we're using Chromium's [zombie detector](https://source.chromium.org/chromium/chromium/src/+/main:components/crash/core/common/objc_zombie.h;l=30;drc=8ba1bad80dc22235693a0dd41fe55c0fd2dbdabd) to detect some...
Thanks Philipp! I tried this but the issue is that the `SentryStacktrace` constructor expects an array of SentryFrame object, and it's not clear to me if we can easily convert...
Thanks for the pointers! I don't mind putting up a PR but I'm not super familiar with the Sentry SDK architecture and I could use some guidances on how to...
Thanks! I'll comment on the other ticket if I end up implementing this myself and/or if I need some pointers to work on a stopgap solution.
Any rough ETA for this ? No pressure but I'm trying to decide whether or not I should implement a temporary solution for now, I'm blocked by this for some...
No worries! In this case I'll implement a temporary solution myself, I'll share it here (or via a PR) if it's not too ugly 😅 .
In my case I've been avoiding the problem by making sure that these `.build' folders don't get generated (via some settings in the Swift VSCode extension), but that's not ideal.