The Sentry Resource Provider lets you manage Sentry resources.
This package is available for dotnet:
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Sentry
The following configuration points are available for the sentry
provider:
Required:
sentry:token
(environment:SENTRY_AUTH_TOKEN
) - the authentication token used to connect tosentry
Optional:
sentry:base_url
(environment:SENTRY_BASE_URL
) - the base URL for sentry, defaulted tohttps://sentry.io/api/
For detailed reference documentation, please visit the Pulumi registry.