Philipp Hofmann
Philipp Hofmann
The CI test job doesn't need to wait for the build job to finish. Removing the needs will speed up CI.
### Description The SDK should handle rate limits for envelope item type profile. For more info, see https://github.com/getsentry/mobile-team-meta/issues/1.
### Description Currently, the SDK attaches slow and frozen frames to transactions. The problem is that the users don't know when these slow and frozen occurred during the transaction. We...
### Description We currently have no clue how many people are using the experimental feature stitchAsyncCode. We should find a way to track that in Looker. Docs issue to point...
### Description The test is flaky and disabled for now.
### Description We didn't bump the minimum supported iOS, macOS, tvOS, and watchOS versions for a while. In the next major release, we should revisit if it's okay to bump...
### Description Since iOS 15, the system might decide to pre-warm your app before the user tries to open it. In such cases, we can't reliably measure the app start,...
### Description Initial GA feature https://github.com/getsentry/sentry-cocoa/issues/1843. Turn on `enableUserInteractionTracing` by default. As this might eat up the quota we have to do this in a major. Update the [docs](https://docs.sentry.io/platforms/apple/guides/ios/performance/instrumentation/automatic-instrumentation/#user-interaction-instrumentation).
### Description With https://github.com/getsentry/sentry-cocoa/pull/1242 we disabled swizzling UIViewControllers generated by SwiftUI because they have long confusing names. @brustolin had an idea of how to make sense of these names. If...
## :scroll: Description Report pre-warmed app starts by dropping the first app start spans if pre-warming paused during these steps. This approach will shorten the app start duration, but it...