getsentry / getsentry/sentry-cocoa
Add viewIsAppearing to UIViewController transactions
Open
Cocoa
Improvement
Spans
- Dominant language
- Swift
- Stars
- 1.1k
- Forks
- 418
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 106
Description
### Description
Swizzle [`viewIsAppearing`](https://developer.apple.com/documentation/uikit/uiviewcontroller/4195485-viewisappearing?language=objc), which is available on iOS 13 and with Xcode 15, and add it to UIViewController transactions.
As we had issues in the past when swizzling UIViewController methods, we should release a beta for this functionality to reduce the risk of breaking customers.
Contributor guide
Assessment
This issue has not been assessed yet.