Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.5 KB

README.md

File metadata and controls

79 lines (46 loc) · 1.5 KB

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.