Philipp Hofmann
Philipp Hofmann
### Description A meta issue for collecting tasks for app start improvements in the next major v9. ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-cocoa/issues/3461 - [ ] https://github.com/getsentry/sentry-cocoa/issues/3464 - [...
### Description We could add an API similar to the following: ```Swift Attachment.captureScreenshot() Attachment.captureViewHierarchy() ``` Then users could use the local scope to capture screenshots and view hierarchy for single...
### Description We plan to implement continuous profiling somewhere in 2024 or maybe later (https://github.com/getsentry/sentry-cocoa/issues/3555). Once we achieved that, we could link our app hang events to profiles so users...
### Description See https://github.com/getsentry/team-mobile/issues/163. SDKs with offline caching have the option `maxCacheItems` to specify the maximum number of envelopes to keep in the offline cache. Envelopes can significantly vary in...
### Description Crashes with SIGPIPE or EXC_BAD_ACCESS. The stacktrace looks like this ``` -[NSDate(SentryExtras) sentry_toIso8601String] -[SentryBreadcrumb serialize] -[SentryBreadcrumb description] ``` Internal SDK crashes show a couple of [occurrences](https://sentry.sentry.io/issues/4682237515/?project=4505469596663808&query=is%3Aunresolved+sentry_toIso8601String&referrer=issue-stream&sort=user&statsPeriod=14d&stream_index=0).
### Description If SentryCrash cannot capture a crash report, the SDK can use MetricKit crash data as a fallback. This would increase the reliability of our SDK. It can happen...
### Description Turning on `enablePreWarmedAppStartTracing` impacts the app start duration, which is a breaking change. Once the app start module of Mobile Starfish handles different app types properly we can...
### Description Currently, the end of the app start is when the OS posts `UIWindowDidBecomeVisibleNotification`, which doesn't mean that some proper content is rendered for the user. When looking at...
### Discussed in https://github.com/getsentry/sentry-cocoa/discussions/3150 Originally posted by **WFT** July 14, 2023 Does Sentry support gathering URLSessionTaskTransactionMetrics with its automatic URLSession breadcrumbs/performance tracking? If so, how do I enable it? As...