Noah Martin
Noah Martin
Watchdog termination detection uses CADisplayLinks, but this is bad for performance. Instead we can implement it with runloop observers like this: [https://github.com/getsentry/sentry-cocoa/pull/6237](https://github.com/getsentry/sentry-cocoa/pull/6237)
The details of the code signing profile (appstore/development/enterprise/adhoc/none) should be included in context/tags of every event/profile/span/etc
Targets should be used to control dependencies rather than compiler flags. This would mean two targets, one that uses UIKit and one that doesn't
Either by creating a new target in the same Package.swift, a new package in a different repo, or dropping ObjC support. We want to be able to write swift-native APIs...
The SDK drops app start times if the app doesn't create a ui.load transaction within 5 seconds of app start. This causes a lot of user confusion and makes it...
Fixes https://github.com/cashapp/AccessibilitySnapshot/issues/272
When trying to run some snapshot tests that work on iOS 18 on iOS 26 I get the following assertion failure: ``` AccessibilitySnapshotCore/AccessibilityHierarchyParser.swift:427: Precondition failed: UITabBar does not have the...