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

Make the Debug UUID a deterministic value based on the proguard mapping file. #750

Merged
merged 10 commits into from
Aug 7, 2024

Conversation

remcomokveld
Copy link
Contributor

📜 Description

Make sure that the debug UUID computation is deterministic and not cache based on the value of the proguard mapping file.

💡 Motivation and Context

multiple builds from the same commit with a shared build cache can cause mapping files to be overwritten when they are uploaded to Sentry.

💚 How did you test it?

New unit test cases were added

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

…e assertions that are irrelevant if UUID genrations is deterministic
@romtsn romtsn merged commit 42502b9 into getsentry:main Aug 7, 2024
18 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.

2 participants