Skip to content

Commit

Permalink
Publish Package Metadata for [email protected] (#6012)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Nov 15, 2024
1 parent 8cc2ff3 commit f2d0846
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion themes/default/content/registry/packages/sentry/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/v0.0.9/docs/_index.md
# Do not edit by hand unless you're certain you know what you are doing!
title: Sentry
meta_desc: Provides an overview of the Sentry Provider for Pulumi.
layout: package
layout: overview
---

The Sentry provider for Pulumi can be used to provision Teams and Projects in [Sentry](https://sentry.io).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/v0.0.9/docs/installation-configuration.md
# Do not edit by hand unless you're certain you know what you are doing!
title: Sentry Installation & Configuration
meta_desc: Information on how to install the Sentry provider.
layout: package
layout: installation
---

## Installation

The Pulumi Sentry provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@pulumiserve/sentry`](https://www.npmjs.com/package/@pulumiverse/sentry)
* JavaScript/TypeScript: [`@pulumiverse/sentry`](https://www.npmjs.com/package/@pulumiverse/sentry)
* Python: [`pulumiverse_sentry`](https://pypi.org/project/pulumiverse-sentry/)
* Go: [`github.com/pulumiverse/pulumi-sentry/sdk/go/sentry`](https://pkg.go.dev/github.com/pulumiverse/pulumi-sentry/sdk)
* .NET: [`Pulumiverse.Sentry`](https://www.nuget.org/packages/Pulumiverse.Sentry)
Expand All @@ -22,7 +24,7 @@ Sentry maintains documentation on how to [create auth tokens](https://docs.sentr

Use `pulumi config set sentry:<option>`.

| Option | Required? | Description |
| Option | Required/Optional | Description |
|-----|------|----|
| `token`| Required | Sentry access token |
| `base_url`| Optional | Sentry base URL when self-hosting Sentry |
8 changes: 5 additions & 3 deletions themes/default/data/registry/packages/sentry.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# WARNING: this file was generated by resourcedocsgen
# Do not edit by hand unless you're certain you know what you are doing!
category: Cloud
component: false
description: A Pulumi package for creating and managing Sentry resources.
Expand All @@ -8,7 +10,7 @@ native: false
package_status: public_preview
publisher: Pulumiverse
repo_url: https://github.com/pulumiverse/pulumi-sentry
schema_file_path: provider/cmd/pulumi-resource-sentry/schema.json
schema_file_url: https://raw.githubusercontent.com/pulumiverse/pulumi-sentry/v0.0.9/provider/cmd/pulumi-resource-sentry/schema.json
title: Sentry
updated_on: 1670042825
version: v0.0.8
updated_on: 1731670834
version: v0.0.9

0 comments on commit f2d0846

Please sign in to comment.