Philipp Hofmann

Results 731 comments of Philipp Hofmann

I think that MacCatalyst, anyways, is not widely adopted. I'm pretty sure not many people will use it in combination with .NET MAUI. Therefore, I think it's OK to wait...

SwiftUI generates the UIViewControllers for SwiftUI views during runtime. It does that between `UIApplicationDidFinishLaunchingNotification` and `UIApplicationDidBecomeActiveNotification`. In order to swizzle these UIViewControllers, we need to go through all classes with...

@ndmanvar, we can only fix this with a major version as pointed out above > As some users might rely on calling beforeSend to drop transactions and event processors are...

> > For tests you create a mock SentryCrashImage provider with test data. and call the same methods `_dyld_register_func_for_add_image` and `_dyld_register_func_for_remove_image` would call to see whether `SentryDebugimageProvider` recorded the changes....

I think we should revisit this PR after fixing https://github.com/getsentry/sentry-cocoa/issues/1892, as both issues will touch similar code, and https://github.com/getsentry/sentry-cocoa/issues/1892 has a higher priority. So basically this PR is blocked by...

Hi @sjmadsen, we have this feature on our list, but I can't give you an ETA. Whoever is interested in this feature can upvote here so we know it's important...

When the app crashed on a previous run, it makes sense to make the SDK init blocking to make sure the SDK sends the crash to Sentry. The downside is...

Moved the details here https://github.com/getsentry/team-mobile/issues/12

Thanks for your input, @digitalmoksha. Can you please press 👍 in the description above so we know how many people want this.

I think implementing flush (https://github.com/getsentry/sentry-cocoa/issues/1013) is a prerequisite.