Skip to content

baskar-natarajan/pulumi-sentry

Repository files navigation

Sentry Resource Provider

The Sentry Resource Provider lets you manage Sentry resources.

Installing

This package is available for dotnet:

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumi.Sentry

Configuration

The following configuration points are available for the sentry provider:

Required:

  • sentry:token (environment: SENTRY_AUTH_TOKEN) - the authentication token used to connect to sentry

Optional:

  • sentry:base_url (environment: SENTRY_BASE_URL) - the base URL for sentry, defaulted to https://sentry.io/api/

Reference

For detailed reference documentation, please visit the Pulumi registry.