Philipp Hofmann
Philipp Hofmann
@tustanivsky, can you check the [comment above](https://github.com/getsentry/sentry-cocoa/issues/2010#issuecomment-1216467252) and let us know if you still experience the issue?
Ah, now I think I get it. If you pass down the SDK name `sentry.cocoa.unreal` or `sentry.cocoa.unity` the cocoa SDK doesn't send the version properly, @tustanivsky?
Yep, we can change that easily. How important / urgent is that for you, @vaind?
Should we close it then @brustolin? Please link some failing tests in the future.
Didn't see this for a while. Going to close this.
We started with UIViewControllers because our user base for iOS is way bigger. Yes, we have plans on also supporting NSViewControllers, but we can't give you an ETA yet.
Might be related to https://github.com/getsentry/sentry-cocoa/issues/1679.
It could be that SentryCrash can't find the crash report. Your logs also contain `Sent 0 crash report(s)` as do the logs of https://github.com/getsentry/sentry-cocoa/issues/1679.
Hey @jbehrens94, this method creates the directory for crash reports https://github.com/getsentry/sentry-cocoa/blob/e5a906bf07e0793d1d538ac33e2869efd0b668be/Sources/SentryCrash/Recording/SentryCrashC.c#L116 It could be that this somehow doesn't work properly for app extensions.
Yes, one of the following PRs might have fixed this issue - https://github.com/getsentry/sentry-cocoa/pull/1735 - https://github.com/getsentry/sentry-cocoa/pull/1734 - https://github.com/getsentry/sentry-cocoa/pull/1658