Sentry

Monitoring Auth token

Read 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

1

Create an auth token

In Sentry, open your organization settings then Auth Tokens, and create one with the scopes your scripts need.

2

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.

3

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.

Script sentry

List Project Issues.

Script sentry

List Project Events.

Script sentry

Upload a new project release file

Script sentry Verified

Upload a new organization release file

Script sentry Verified

Upload a new file

Script sentry Verified

Update ownership configuration for a project

Script sentry Verified

Update an organizations release

Script sentry Verified

Update an organization release file

Script sentry Verified

Update an organization members team role

Script sentry Verified

Update an organization members roles

Script sentry Verified

Update an organization members attributes

Script sentry Verified

Update an organization

Script sentry Verified

Update an issue alert rule

Script sentry Verified

Update an issue

Script sentry Verified

Update an inbound data filter

Script sentry Verified

Update an external user

Script sentry Verified

Update an external team

Script sentry Verified

Update an existing custom integration

Script sentry Verified

Update a teams attributes

Script sentry Verified

Update a team

Script sentry Verified

Update a spike protection notification action

Script sentry Verified

Update a service hook

Script sentry Verified

Update a projects symbol source

Script sentry Verified

Update a project release file

Script sentry Verified

Update a project environment

Script sentry Verified

Update a project

Script sentry Verified

Update a monitor for a project

Script sentry Verified

Update a monitor

Script sentry Verified

Update a metric alert rule

Script sentry Verified

Resource type

sentry — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
organizationSlugstringNoOrganization slug
regionstringYesThe data-storage-location for an organization
tokenstringYesAuth 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.