-
-
Notifications
You must be signed in to change notification settings - Fork 229
fix: Generate and inject uuid to apk and upload proguard with that uuid #4532
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
Merged
alexsohn1126
merged 23 commits into
main
from
alexsohn/fix/automatically-add-guid-for-proguard-upload
Sep 22, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
748ff57
fix: Generate and inject uuid to apk and upload proguard with that uuid
alexsohn1126 b4da8a3
Add android check before injecting uuid to apk
alexsohn1126 833f587
Revert temporary change in sentry.targets
alexsohn1126 0324e89
Update changelog
alexsohn1126 1bfc327
Merge branch 'main' into alexsohn/fix/automatically-add-guid-for-prog…
alexsohn1126 5023e67
Add proper condition for Android uuid injection
alexsohn1126 b1aab6d
ci: update integration-test Action
Flash0ver 6fc8146
Update CHANGELOG.md
alexsohn1126 19db620
Code Reviews applied
alexsohn1126 8235699
Fix ProGuard capitalization
alexsohn1126 4b01f06
chore(deps): update Cocoa SDK to v8.56.0 (#4528)
github-actions[bot] 7b9b871
ci: install Mono for Ubuntu (ARM64) (#4545)
jpnurmi 866ceb4
chore(deps): bump coverlet.collector to avoid vulnerability warnings …
jpnurmi 2a6c611
chore: update modules/sentry-native to 0.11.0 (#4542)
github-actions[bot] 4995dd6
chore: update scripts/update-cli.ps1 to 2.54.0 (#4541)
github-actions[bot] d1505f1
release: 5.15.1
getsentry-bot 1407ce3
chore: Disable flaky Profiler_AfterTimeout_Stops in CI (#4549)
jamescrosswell ceccf52
Update changelog
alexsohn1126 10f9869
Update CHANGELOG.md
alexsohn1126 0ac6e78
Update changelog.md
alexsohn1126 c760398
Merge branch 'main' into alexsohn/fix/automatically-add-guid-for-prog…
alexsohn1126 3df1fc4
Update CHANGELOG.md
alexsohn1126 30e19d4
Update build.yml
alexsohn1126 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
note(docs):
Afterwards, please also update the documentation with the new capitalization.
It's not a breaking change as MSBuild isn't case-sensitive.
https://docs.sentry.io/platforms/dotnet/configuration/msbuild/
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.
I'll make it a part of this pr:
getsentry/sentry-docs#14995