sentry-cocoa
sentry-cocoa copied to clipboard
fix: Build visionOS project with static Sentry SDK
:scroll: Description
We need to enable Swift interoperability with c++ for our visionOS SDK, in order to make the static SDK work with visionOS projects
:bulb: Motivation and Context
Close #3809
:green_heart: How did you test it?
External sample
:pencil: Checklist
You have to check all boxes before merging:
- [x] I reviewed the submitted code.
- [x] I added tests to verify the changes.
- [x] No new PII added or SDK only sends newly added PII if
sendDefaultPII
is enabled. - [x] I updated the docs if needed.
- [x] Review from the native team if needed.
- [x] No breaking change or entry added to the changelog.
- [x] No breaking change for hybrid SDKs or communicated to hybrid SDKs.