Philip Niedertscheider

Results 165 comments of Philip Niedertscheider

From Cocoa Sync 06/18:We should enable pointer authentication and look at the CI to see if anything fails.Furthermore we should check if iOS/macOS/tvOS/watchOS/visionOS 26 will have issues → add it...

When bundling an app for distribution, the first step is creating an Xcode Archive (`.xcarchive`). The action [`ipa`](https://github.com/fastlane/fastlane/blob/400f21481aa1b0331b5407e5c4f125ce4b217874/fastlane/lib/fastlane/actions/ipa.rb) then uses that archive to generate an iOS app bundle (`.ipa`) with...

Changing the lookup behavior could break for customers relying on current implementation. This will require a new major and we should offer an option to fallback to current lookup logic....

When adding this to the app context we should consider if we want to have this indexed (in Sentry) so that it is possible to find issues caused by low...

From Cocoa Sync 06/18:A potential fix for this issue could be switching the CI provider

@ljql2001 watchdog termination events currently do not have any app context in their payload. This is a bug and I am working on this in #5242, so maybe this will...

Yes, this is odd. Which version of Sentry Cocoa is used here? Where does the framework come from?

Hi @kode54, thanks for reporting this. Are you able to share a link to the Sentry issue so we can take a closer look at the crash data?

I actually just noticed the same behavior in a completely unrelated issue where the error was caught and the reported using `Sentry.captureException` at a different position in the code. cc...

When using `captureException` the internal methods are also added to the stack grace, seemingly looking like it crashed in the SDK. We will improve this in https://github.com/getsentry/sentry/issues/87076. But in this...