aether sentry
Manage the Sentry integration. Connect your Sentry account, link Sentry projects to GitHub repositories, and configure automatic error fixing.Usage
Subcommands
| Subcommand | Description |
|---|---|
connect | Connect your Sentry account |
disconnect | Disconnect Sentry |
status | Show Sentry connection status |
projects | List Sentry projects |
links list | List project links |
links create | Create a link between a Sentry project and a GitHub repo |
links update <id> | Update a project link |
links delete <id> | Delete a project link |
aether sentry connect
Connect your Sentry account to Aether. Opens a browser for OAuth authorization.aether sentry disconnect
Disconnect the Sentry integration.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |
aether sentry status
Show the current Sentry connection status.aether sentry projects
List all Sentry projects in the connected organization.aether sentry links list
List all links between Sentry projects and GitHub repositories.aether sentry links create
Create a link between a Sentry project and a GitHub repository. When auto-fix is enabled, Aether automatically creates tasks to fix new Sentry errors.| Flag | Description |
|---|---|
--sentry-project-id | Sentry project ID (required) |
--sentry-project-slug | Sentry project slug (required) |
--sentry-project-name | Sentry project display name (required) |
--github-repo | GitHub repository in owner/name format (required) |
--branch | Target branch for fixes. Defaults to main. |
--auto-fix | Enable automatic error fixing. Defaults to false. |
aether sentry links update
Update an existing project link.| Flag | Description |
|---|---|
--branch | Target branch for fixes |
--auto-fix | Enable or disable automatic error fixing |
aether sentry links delete
Delete a project link.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |