You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(code-mappings): Wire up API integration for code-mappings upload (#3209)
_#skip-changelog_
Connect the `code-mappings upload` command to the bulk code mappings API
endpoint (`POST /api/0/organizations/{org}/code-mappings/bulk/`).
Adds:
- `bulk_upload_code_mappings()` method on `AuthenticatedApi`
- Request/response data types in `src/api/data_types/code_mappings.rs`
- Summary table and error reporting in the command output
- Happy-path integration test with mock endpoint
Stack: #3207 → #3208 → **#3209** → #3210
Backend PRs: getsentry/sentry#109783, getsentry/sentry#109785,
getsentry/sentry#109786Closesgetsentry/sentry-android-gradle-plugin#1079
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
.about("Upload code mappings for a project from a JSON file. Each mapping pairs a stack trace root (e.g. com/example/module) with the corresponding source path in your repository (e.g. modules/module/src/main/java/com/example/module).")
0 commit comments