fix(xcode): Upload debug files only for non-debug builds #3649
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📢 Type of change
📜 Description
sentry-cocoa
symbolicates crashes/errors locally in debug builds, there is no need to upload the native debug files to Sentry.This makes onboarding Sentry simpler, in larger projects, as devs don't have to have a Sentry token to create debug builds. And don't have to actively disable Sentry auto upload.
The same condition as for source maps auto upload https://github.com/getsentry/sentry-cli/blob/a2a4d543f4d191db553f7b1b3385c5cd0c9cfefd/src/commands/react_native/xcode.rs#L160
💚 How did you test it?
sample app
📝 Checklist
sendDefaultPII
is enabled🔮 Next steps