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(appstore-connect): Fix empty dSYMUrl detection #29830

Merged
merged 5 commits into from
Nov 9, 2021

Conversation

relaxolotl
Copy link
Contributor

@relaxolotl relaxolotl commented Nov 5, 2021

#29704 check for the presence of dSYMS was slightly off, see SENTRY-SN6. The code uses an enum to represent cases where there is no dSYM present, so the truthy check for a url would always pass, causing app clip dsyms to always be reported.

This adds tests to verify the logic as well.

@relaxolotl relaxolotl force-pushed the appconnect/fix-appclip-dsyms branch from e7c77ed to 4131849 Compare November 9, 2021 06:34
@relaxolotl relaxolotl merged commit b04e61c into master Nov 9, 2021
@relaxolotl relaxolotl deleted the appconnect/fix-appclip-dsyms branch November 9, 2021 06:55
@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants