getsentry / sentry-cocoa

The official Sentry SDK for iOS, tvOS, macOS, watchOS.
https://sentry.io/for/cocoa/
MIT License
797 stars 315 forks source link

Swift Async Stacktraces #3041

Open philipphofmann opened 1 year ago

philipphofmann commented 1 year ago

Description

Meta issue for achieving proper stacktraces when using Swift async await, https://github.com/getsentry/sentry-cocoa/issues/1919. https://github.com/getsentry/sentry-cocoa/issues/2996 is a prerequisite.

### Tasks
- [ ] https://github.com/getsentry/sentry-cocoa/issues/1919
- [ ] https://github.com/getsentry/sentry-cocoa/issues/2996
- [ ] Refactor profiling backtrace collection to use new async version
sindresorhus commented 4 months ago

It would be amazing if this could be prioritized. Most crash stack traces in my apps are unusable because they use Swift async APIs.