Skip to content
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

fix(Cordova) skip dynamic libraries on Cordova #481

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

lucas-zimerman
Copy link
Contributor

The current script is only required when debugging on simulators, when building/deploying to real devices, the Library becomes dynamic and it's no longer required to strip the SDK.

I chose to check the fat library because it seems to be the safest field to be used that is language agnostic. When the file is not fat this strip code isn't required and so it's skipped.

Tests were done manually on a Local Sample, tested with Simulators, plugged to a real device and also deployed to the AppStore.

Copy link
Member

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@krystofwoldrich krystofwoldrich merged commit 5a31cb7 into getsentry:master Oct 23, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants