-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
getsentry/sentry-cli
#3207Description
Context
New sentry-cli subcommand for uploading code mappings in bulk, targeting the new backend endpoint.
What
Scaffold the new CLI command:
sentry-cli code-mappings upload mappings.json \
--repo "getsentry/sentry-android" \
--default-branch "main" \
--org <slug> --project <slug>Arguments:
| Argument | Description | Required |
|---|---|---|
mappings.json |
Path to mappings file (JSON array) | Yes |
--repo |
Repository name (e.g., owner/repo) | No (can infer from git) |
--default-branch |
Branch for source linking | No (default: "main") |
--org |
Organization slug | Yes (from config/env) |
--project |
Sentry project slug | Yes (from config/env) |
Repo
This is in the sentry-cli repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.