setup_sentry
Configure Sentry error tracking for a project by creating it with a DSN and providing setup instructions.
Instructions
Set up Sentry for a project returning a dsn and instructions for setup.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_slug | Yes | The slug of the organization to create the project in | |
| team_slug | Yes | The slug of the team to associate the project with | |
| project_name | Yes | The name of the project to create | |
| environment | No | Optional environment name (e.g., production, staging, development) | |
| format | No | Output format (default: markdown) | markdown |