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

[eas-cli] Include debug info in fingerprint metadata #2513

Conversation

wschurman
Copy link
Member

@wschurman wschurman commented Aug 21, 2024

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.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @wschurman and the rest of your teammates on Graphite Graphite

@wschurman wschurman marked this pull request as ready for review August 21, 2024 18:48
@wschurman wschurman force-pushed the @wschurman/08-21-_eas-cli_include_debug_info_in_fingerprint_metadata branch from c3395bf to 393ef6f Compare August 21, 2024 21:19
Copy link

github-actions bot commented Aug 21, 2024

Size Change: +428 kB (+0.84%)

Total Size: 51.6 MB

Filename Size Change
./packages/eas-cli/dist/eas-linux-x64.tar.gz 51.6 MB +428 kB (+0.84%)

compressed-size-action

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 52.85%. Comparing base (a28439a) to head (393ef6f).

Files Patch % Lines
packages/eas-cli/src/build/build.ts 0.00% 5 Missing and 2 partials ⚠️
.../eas-cli/src/project/resolveRuntimeVersionAsync.ts 0.00% 4 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@szdziedzic szdziedzic left a 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 🙏

Copy link
Member

@szdziedzic szdziedzic left a comment

Choose a reason for hiding this comment

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

@wschurman wschurman force-pushed the @wschurman/08-21-_eas-cli_include_debug_info_in_fingerprint_metadata branch from 393ef6f to e241e87 Compare August 22, 2024 18:58
Copy link

✅ Thank you for adding the changelog entry!

@wschurman wschurman merged commit 1540b13 into main Aug 22, 2024
4 of 7 checks passed
@wschurman wschurman deleted the @wschurman/08-21-_eas-cli_include_debug_info_in_fingerprint_metadata branch August 22, 2024 19:00
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.

4 participants