Sentry v0.0.9 published on Friday, Nov 15, 2024 by Pulumiverse
Sentry: Installation & Configuration
Installation
The Pulumi Sentry provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/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/Optional | Description |
---|---|---|
token | Required | Sentry access token |
base_url | Optional | Sentry base URL when self-hosting Sentry |