Philipp Hofmann

Results 731 comments of Philipp Hofmann

@rodolfoBee, the internal ticket contains two traces. The one with a severe app hang shows links to `symbolicate_internal`, which only runs when `debug = true` since 8.9.0. I recommend at...

This is related to https://github.com/getsentry/sentry-cocoa/issues/3304.

We (@brustolin, @philipphofmann, @kahest) decided to never call `symbolicate_internal` for file IO on the main thread spans.

> but MetricKit has an additional context (does it?) I don't think that it has, but worth investigating.

> Checking my understanding here... could we be seeing watchdog termination errors reported simply because the sentry SDK wasn't able to capture and report what the crash was? In some...

I like the idea, @barisyild. Thanks for opening the issue. Our code can't detect precisely how long the app hung, but we can provide an approximation. The major problem to...

This is a duplicate of https://github.com/getsentry/sentry-cocoa/issues/2216.

I tried to reproduce the issue but wasn't able to. I tried push notification permission, location permission, and a biometric prompt in our iOS-Swift sample app, see https://github.com/getsentry/sentry-cocoa/blob/27039af9ece2efea572500caac518ac177f85cba/Samples/iOS-Swift/iOS-Swift/ViewControllers/PermissionsViewController.swift#L83-L110 I also...