Skip to content

Sentry Release Registry

Updates the Sentry release registry with the latest version.

Configuration

OptionDescription
appsDict of app configs keyed by canonical name (e.g., app:craft)
sdksDict of SDK configs keyed by canonical name (e.g., maven:io.sentry:sentry)

App/SDK Options

OptionDescription
urlTemplateURL template for download links
linkPrereleasesUpdate for preview releases. Default: false
checksumsList of checksum configs
onlyIfPresentOnly run if matching file exists

Checksum Configuration

checksums:
- algorithm: sha256 # or sha384, sha512
format: hex # or base64

Example

targets:
- name: registry
sdks:
'npm:@sentry/browser':
apps:
'app:craft':
urlTemplate: 'https://example.com/{{version}}/{{file}}'
checksums:
- algorithm: sha256
format: hex

Package Types

  • sdk: Package uploaded to public registries (PyPI, NPM, etc.)
  • app: Standalone application with version files in the registry