Philipp Hofmann

Results 731 comments of Philipp Hofmann

Thanks a lot for this proposal @kabiroberai. > It's really useful to have frame address information when dealing with stack overflow-type crashes. We have some EXC_BAD_ACCESS crashes at Ramp due...

I'm closing this due to inactivity. Please feel free to reopen it with an answer to the question above (https://github.com/getsentry/sentry-cocoa/pull/3994#issuecomment-2117253154).

We can change this to initialize a new SentryNoOpHub when there is none instead of creating a normal SentryHub. It's best to do this in the next major to avoid...

Thanks for the update, @xinsight. I think we must cache the `screen_height_pixels` and `screen_width_pixels` and not retrieve them every time from the UIApplication to avoid accessing that on a BG...

> Just need to remember that screen can change size with rotation, or iPad apps. Good point; we need to subscribe to `UIDeviceOrientationDidChangeNotification.`

Thanks for the analysis. I also vote for option 1 including improve enrichScope in https://github.com/getsentry/sentry-cocoa/issues/5424. > SDK v10+ we actually enforce that the SDK can only be used after it...

@xiaogehenjimo, I don't really understand the problem. How did the grouping work before 8.51.0? Can you maybe also share your organization slug, so I can look at the data? You...

> Unfortunately, previous versions of Xcode are also popular - they are used both for builds and for tests. I'm sure one of the primary the reasons is that older...

@dfed, the quality of the stacktraces depends on MetricKit. The Cococ SDK takes them and parses them to Sentry events. The problem I see is that most of your MXCPUException...