Philipp Hofmann

Results 178 issues of 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.

Platform: Java
Effort: Small
Impact: Medium

### 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...

Impact: Large
Effort: Small
Status: Backlog
Platform: Cocoa
product

### 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...

Impact: Medium
Effort: Small
Status: Backlog
Platform: Cocoa

### Description The test is flaky and disabled for now.

Impact: Small
Platform: Cocoa
Type: Flaky Test

### 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...

Impact: Medium
Effort: Small
Status: Backlog
Platform: Cocoa

### 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,...

Type: Bug
Component: Performance
Status: Backlog
Platform: Cocoa

### 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).

Impact: Large
Effort: Small
Status: Backlog
Platform: Cocoa

### 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...

Impact: Large
Effort: Large
Status: Backlog
Platform: Cocoa

## :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...