Sentry
Monitoring Auth tokenRead and mutate issues, and manage projects, teams and members in Sentry, from any Windmill script, flow or app.
What you can do with Sentry
Complete, deployable projects built around Sentry — the fastest way to get something real running.
Set up in 3 steps
Create an auth token
In Sentry, open your organization settings then Auth Tokens, and create one with the scopes your scripts need.
Add the resource in Windmill
Open Resources, add a resource of type sentry. region is us or de — the data region your organization lives in — and organizationSlug is the name in your Sentry URL.
Run your first script
Fork any script below and read before writing anything. There are hundreds here, so search by the verb you need.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Update Issue.
List Project Issues.
List Project Events.
Upload a new project release file
Upload a new organization release file
Upload a new file
Update ownership configuration for a project
Update an organizations release
Update an organization release file
Update an organization members team role
Update an organization members roles
Update an organization members attributes
Update an organization
Update an issue alert rule
Update an issue
Update an inbound data filter
Update an external user
Update an external team
Update an existing custom integration
Update a teams attributes
Update a team
Update a spike protection notification action
Update a service hook
Update a projects symbol source
Update a project release file
Update a project environment
Update a project
Update a monitor for a project
Update a monitor
Update a metric alert rule
Resource type
sentry — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| organizationSlug | string | No | Organization slug |
| region | string | Yes | The data-storage-location for an organization |
| token | string | Yes | Auth token |
Questions
What does region change?
The API host. Sentry partitions data by region, so a token from a European organization only answers on de — a wrong region looks like an authentication failure.
I self-host Sentry
These scripts address the hosted regions. A self-hosted instance answers on your own domain, which this resource cannot express.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.