Philipp Hofmann
Philipp Hofmann
We fixed some errors in the last versions of Xcode 16. What error do you get exactly? Maybe we can find a workaround for 8.17.1.
> Does the SDK support changing this status with some API call (so the extension can send this event)? No, the SDK doesn't support this at the moment. If you...
Yes, that makes sense. Thanks for opening the issue, @narlei. This is related to https://github.com/getsentry/sentry-cocoa/issues/3007.
@armcknight, could you please look at this test as you wrote it?
The test `testSerializeWithUnderlyingNSException` is enabled. This issue is out of date. We can close it.
No, it doesn't. It only returns true for `crashedLastRun` if SentryCrash detected a crash. I'm open to changing that if you think it makes sense. https://github.com/getsentry/sentry-cocoa/blob/5c3fa88fefada71a9fd8c567cffd03f875dd94c7/Sources/Sentry/SentrySDK.m#L449-L452
I'm unsure if you think we should change `crashedLastRun` to include watchdog terminations and maybe also fatal app hangs or not?
I created the issue: https://github.com/getsentry/sentry-cocoa/issues/4959.
When looking at the [upload command of sentry-cli](https://github.com/getsentry/sentry-cli/blob/master/src/commands/debug_files/upload.rs) there isn't currently a way to filter debug files to upload. I think we should first add this functionality to sentry-cli and...
@philprime do you mean we should look into `CVDisplayLink` for making it work on older macOS versions? If yes, I think we should skip it for the first iteration to...