Sentry.Bindings.Cocoa is currently binding to 7.x of the Sentry Cocoa SDK. Recently, 8.0.0 was released, with a lot of breaking changes.
We need to update to the latest 8.x release, and modify the bindings accordingly.
We also need to find a better way to automate the binding generation, so we don't have so much manual work every time we want to update. We should be able to script sharpie bind, and then programmatically apply any patches somehow.
Sentry.Bindings.Cocoais currently binding to 7.x of the Sentry Cocoa SDK. Recently, 8.0.0 was released, with a lot of breaking changes.We need to update to the latest 8.x release, and modify the bindings accordingly.
We also need to find a better way to automate the binding generation, so we don't have so much manual work every time we want to update. We should be able to script
sharpie bind, and then programmatically apply any patches somehow.