-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Crashpad on iOS #434
Comments
@jan-auer there seems to be a huge gap for us here. No one from our team can get this done easily. If you can pair up with one of us, we can get this done. Until there we're not moving forward with this. |
So, I started updating the build system and backend for ios crashpad here: But I think we started with a completely wrong understanding that crashpad on iOS is actually ready, which I think it is not. The only API currently exposed by iOS takes no database or url, and also the crashpad tests for iOS don’t have any assertions in them: That said, I have no idea what crashpad is actually doing, but I can tell you what it is not doing: giving you an API with which you can actually inspect crashes after the fact. |
Supporting iOS in the native SDK would be super helpful for cross platform projects so that developers won't need to integrate and maintain multiple Sentry SDKs. |
Crashpad builds, now we need to get the SDK working.
The text was updated successfully, but these errors were encountered: