feat(code-mappings): Wire up API integration for code-mappings upload#3209
Draft
romtsn wants to merge 2 commits intorz/feat/code-mappings-git-inferencefrom
Draft
feat(code-mappings): Wire up API integration for code-mappings upload#3209romtsn wants to merge 2 commits intorz/feat/code-mappings-git-inferencefrom
romtsn wants to merge 2 commits intorz/feat/code-mappings-git-inferencefrom
Conversation
Contributor
|
684caab to
912da39
Compare
f5ab182 to
37fbb57
Compare
This was referenced Mar 12, 2026
37fbb57 to
5720ec2
Compare
912da39 to
95e8814
Compare
Add bulk_upload_code_mappings() API method and BulkCodeMappingsRequest/ Response data types. Wire up the upload command to authenticate, call the bulk endpoint, and display results in a table with summary counts. Exit with code 1 if any mappings fail.
5720ec2 to
bbc4d47
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#skip-changelog
Connect the
code-mappings uploadcommand to the bulk code mappings APIendpoint (
POST /api/0/organizations/{org}/code-mappings/bulk/).Adds:
bulk_upload_code_mappings()method onAuthenticatedApisrc/api/data_types/code_mappings.rsStack: #3207 → #3208 → #3209 → #3210
Backend PRs: getsentry/sentry#109783, getsentry/sentry#109785, getsentry/sentry#109786
Closes getsentry/sentry-android-gradle-plugin#1079