sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

fix: Build visionOS project with static Sentry SDK

Open brustolin opened this issue 4 months ago • 1 comments

: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.

brustolin avatar Oct 21 '24 15:10 brustolin