Sentry v0.0.8 published on Saturday, Dec 3, 2022 by Pulumiverse
Sentry: Installation & Configuration
Installation
The Pulumi Sentry provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript: 
@pulumiserve/sentry - Python: 
pulumiverse_sentry - Go: 
github.com/pulumiverse/pulumi-sentry/sdk/go/sentry - .NET: 
Pulumiverse.Sentry 
Setup
To provision resources with the Pulumi Sentry provider, you need to have a Sentry Auth token. Sentry maintains documentation on how to create auth tokens.
Configuration Options
Use pulumi config set sentry:<option>.
| Option | Required? | Description | 
|---|---|---|
token | Required | Sentry access token | 
base_url | Optional | Sentry base URL when self-hosting Sentry |