A Buildkite plugin for creating a release in Sentry
These are all the options available to configure this plugin's behaviour.
The Sentry organisation.
The Sentry project.
The name of an environment variable holding the Sentry auth token. Will fall back to SENTRY_AUTH_TOKEN.
The environment of the release.
Default: production
The URL prefix to apply when uploading source maps.
Default: ""
The name or pattern of a Buildkite artifact to download and use as source maps for the release.
Default: ""
Create a release in Sentry:
steps:
- label: ":sentry: Create release in Sentry"
plugins:
- jradtilbrook/sentry-release#v1.0:
org: atlantica
project: websiteThe package is available as open source under the terms of the MIT License.