-
Notifications
You must be signed in to change notification settings - Fork 85
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
[eas-cli] Include debug info in fingerprint metadata #2513
[eas-cli] Include debug info in fingerprint metadata #2513
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @wschurman and the rest of your teammates on Graphite |
c3395bf
to
393ef6f
Compare
Size Change: +428 kB (+0.84%) Total Size: 51.6 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2513 +/- ##
==========================================
- Coverage 52.87% 52.85% -0.01%
==========================================
Files 544 544
Lines 20085 20089 +4
Branches 4096 4098 +2
==========================================
Hits 10617 10617
- Misses 8654 8657 +3
- Partials 814 815 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Please add changelog entry 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
393ef6f
to
e241e87
Compare
✅ Thank you for adding the changelog entry! |
Why
https://app.graphite.dev/github/pr/expo/eas-build/437/eas-build-job-Add-field-to-fingerprint-metadata-indicating-whether-it-is-a-debug-fingerprint added this field to the build job object.
This PR writes the field as part of the build command.
Note that that PR needs to be landed, published, and updated here for this to work in CI.
How
Update function that generates, uploads, and includes fingerprint info.
Test Plan
Run regular and debug build for app that uses fingerprint, inspect the entity created, see the metadata has the boolean set correctly.