setup_sentry
Configure Sentry error monitoring for a project by creating it in an organization, associating it with a team, and generating DSN credentials with 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 |