pulumiverse-sentry


Namepulumiverse-sentry JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/pulumiverse
SummaryA Pulumi package for creating and managing Sentry resources.
upload_time2022-12-03 04:57:15
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi sentry category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sentry Resource Provider

**This plugin requires pulumi cli v3.35.3 or later**

The Sentry Resource Provider lets you manage [Sentry](https://sentry.io/) resources.

It is based on the sentry terraform provider https://registry.terraform.io/providers/jianyuan/sentry/latest/docs

## Installing

If you get an error like this:

```
error: could not load plugin for sentry provider 'urn:pulumi:my-stack::my-project::pulumi:providers:sentry::my-provider': no resource plugin 'pulumi-resource-sentry' found in the workspace at version vX.Y.Z or on your $PATH, install the plugin using `pulumi plugin install resource sentry vX.Y.Z`
```

You can use this command to install the missing version:

```
pulumi plugin install resource sentry vX.Y.Z --server github://api.github.com/pulumiverse
```

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @pulumiverse/sentry
```

or `yarn`:

```bash
yarn add @pulumiverse/sentry
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_sentry
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pulumiverse/pulumi-sentry/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumiverse.Sentry
```

## Configuration

The following configuration points are available for the `sentry` provider:

-   `sentry:token` (Required) This is the Sentry authentication token. The value can be sourced from the SENTRY_TOKEN environment variable.
-   `sentry:baseUrl` (Optional) This is the target Sentry base API endpoint. The default value is https://sentry.io/api/. The value must be provided when working with Sentry On-Premise. The value can be sourced from the SENTRY_BASE_URL environment variable.

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/sentry/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pulumiverse",
    "name": "pulumiverse-sentry",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi sentry category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/44/16/aa33c61f485308aeec3d79c0515c80bf4111ea26b2311892cb6d44c5d493/pulumiverse_sentry-0.0.8.tar.gz",
    "platform": null,
    "description": "# Sentry Resource Provider\n\n**This plugin requires pulumi cli v3.35.3 or later**\n\nThe Sentry Resource Provider lets you manage [Sentry](https://sentry.io/) resources.\n\nIt is based on the sentry terraform provider https://registry.terraform.io/providers/jianyuan/sentry/latest/docs\n\n## Installing\n\nIf you get an error like this:\n\n```\nerror: could not load plugin for sentry provider 'urn:pulumi:my-stack::my-project::pulumi:providers:sentry::my-provider': no resource plugin 'pulumi-resource-sentry' found in the workspace at version vX.Y.Z or on your $PATH, install the plugin using `pulumi plugin install resource sentry vX.Y.Z`\n```\n\nYou can use this command to install the missing version:\n\n```\npulumi plugin install resource sentry vX.Y.Z --server github://api.github.com/pulumiverse\n```\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/sentry\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/sentry\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_sentry\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-sentry/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Sentry\n```\n\n## Configuration\n\nThe following configuration points are available for the `sentry` provider:\n\n-   `sentry:token` (Required) This is the Sentry authentication token. The value can be sourced from the SENTRY_TOKEN environment variable.\n-   `sentry:baseUrl` (Optional) This is the target Sentry base API endpoint. The default value is https://sentry.io/api/. The value must be provided when working with Sentry On-Premise. The value can be sourced from the SENTRY_BASE_URL environment variable.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/sentry/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Sentry resources.",
    "version": "0.0.8",
    "split_keywords": [
        "pulumi",
        "sentry",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e2bb61797b448d1d56f1fef6d6e4ef01",
                "sha256": "24f3806bc6e8fffa6ac7f4423177d31954a642779ecc03ea84e9e2c36eb20795"
            },
            "downloads": -1,
            "filename": "pulumiverse_sentry-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "e2bb61797b448d1d56f1fef6d6e4ef01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18158,
            "upload_time": "2022-12-03T04:57:15",
            "upload_time_iso_8601": "2022-12-03T04:57:15.770264Z",
            "url": "https://files.pythonhosted.org/packages/44/16/aa33c61f485308aeec3d79c0515c80bf4111ea26b2311892cb6d44c5d493/pulumiverse_sentry-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-03 04:57:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumiverse-sentry"
}
        
Elapsed time: 0.01985s