Philipp Hofmann
Philipp Hofmann
We now prefixed User and Client with Sentry. We renamed `Client` to `SentryClient` because we have `SentrySDK` and `SentryHub` and there could be naming collisions. We renamed `User` to `SentryUser`...
> To be honest I'm not sure about the User rename. Name collisions are not really a thing in Swift, as you can always namespace it: Sentry.User. Yes, but user...
[Java](https://github.com/getsentry/sentry-java/blob/main/sentry/src/main/java/io/sentry/SentryEvent.java), [Dart](https://github.com/getsentry/sentry-dart/blob/main/dart/lib/src/protocol/sentry_event.dart), and [.NET](https://github.com/getsentry/sentry-dotnet/blob/main/src/Sentry/SentryEvent.cs) also have SentryEvent. [JavaScript](https://github.com/getsentry/sentry-javascript/blob/master/packages/types/src/event.ts) on the other hand has `Event. I'm also fine with keeping `Event`. It causes plenty of hassle, and what's the benefit? On...
@TomasSestak, @numandev1, @namvoeh, @kolyan94, we didn't see any updates for a long time on this issue, and we did plenty of fixes for OOM. I consider this to be fixed....
Is going to be on by default in `8.0.0`.
Let's bump to macOS 10.13, iOS 11, tvOS 11, and watchOS 4 > Building for deployment to OS releases older than macOS 10.13, iOS 11, tvOS 11, and watchOS 4...
> Xcode recommends to increase to iOS/tvOS 12.0 instead of 11.0. > Of course we can ignore this recommendation but... what was the reason to go for 11? Xcode 14...
## Symbolication Investigation Our symbolication minimum needs `frame.instruction_addr`, and `debug_image.debug_id` , and depending on the `addr_mode` also `debugImage.image_addr`. The MetricKit payload provides a stacktrace for MXDiagnostics in the form of...
As receiving an MXDiagnosticPayload via Xcode debug Simulate MeticKit Payload didn't work, I opened a PR to collect MetricKit payloads with our iOS-Swift sample app with https://github.com/getsentry/sentry-cocoa/pull/2316.
Important note > Apple can’t provide reports if users don’t share the data and statistics with app developers. If a user reports a crash and you don’t have a corresponding...