Philipp Hofmann
Philipp Hofmann
### Description Adding automatic breadcrumbs in a tight loop can slow down users' apps. To avoid this, we can add a backpressure mechanism when adding breadcrumbs. Ideally, we write this...
### Description See https://github.com/getsentry/team-mobile/issues/184.
### Description Use https://github.com/realm/jazzy to create code docs similar to, for example, https://alamofire.github.io/Alamofire/. CI should automatically update these.
### Description The Sentry SDK could sample the memory information once every x seconds and store it with the [app state](https://github.com/getsentry/sentry-cocoa/blob/main/Sources/Sentry/SentryAppStateManager.m) on a bg thread and report that information when...
### Description A customer reported an issue in which a third-party library calls `sendAction` with `nil` target in a tight loop, for which the Cocoa SDK creates multiple breadcrumbs. As...
### Description Only one of `SentryException.value` or `SentryException.type` is required to be nonnull; see [Relay](https://github.com/getsentry/relay/blob/5942007922cac572002ed0c89ee47a13b4c8e959/relay-event-schema/src/protocol/exception.rs#L35-L46). The `value` can already be `nil` when converting an NSException to a SentryException in the...
### Description As discussed internally in Slack, we want to continue XCTAssert as it comes out of the box. Although the syntax of Nimble is a bit more appealing and...
### Platform iOS ### Environment Develop, TestFlight ### Installed Manually ### Version 8.25.2 ### Did it work on previous versions? Maybe ### Steps to Reproduce 1. Open iOS-Swift sample app...
### Description The implementation of AppHangs has a few drawbacks, see https://github.com/getsentry/sentry-cocoa/discussions/2715. The main problem is that non-fully blocking app hangs have random stacktraces, which aren't actionable. Ideally, we plan...
### Description When an app hang leads to a watchdog termination, we can report this as a fatal app hang. When the SDK detects a fully blocking app hang, it...