YAML for Sentry Self-Hosted
Create a release and deployment in Sentry Enterprise (self-hosted).
YAML examples for Sentry Self-Hosted
Sentry Enterprise release notification
yaml- action: "Sentry Enterprise release" type: "SENTRY_ENTERPRISE" integration: "sentry_enterprise_integration" environment: "production" organization_slug: "my-organization" version: "$BUDDY_EXECUTION_REVISION" release_url: "$BUDDY_EXECUTION_REVISION_URL" deploy_url: "$BUDDY_EXECUTION_URL" repository: "$BUDDY_REPO_SLUG" projects: - "frontend-app" - "backend-api"