Sentry Make integrationAutomate Sentry with Make.
Can Make take the Sentry busywork off your plate? The Sentry Make integration gives you 27 modules, one instant trigger among them. This page shows developers and ops leads how to connect a token and build a first scenario that works.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Sentry Make integration automate?
The Sentry Make integration links your Sentry account to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick that triggers, acts or searches. With 27 modules, including one instant trigger, Make can react to Sentry events and manage projects, teams and issues for you.
Alerts your developers actually read. Watch Events starts a scenario when Sentry reports an event. Get an Issue then adds the title, the first and last seen dates and the user reports, and the message lands in the chat your team already watches.
Projects that set themselves up. When a new client app is approved in your CRM or a form, Create a Team and Create a Project build its Sentry home in one pass, named the same way every time.
An access review without the spreadsheet chore. List an Organization's Users and List an Organization's Teams export who belongs where, so an ops lead can spot accounts that should be closed.
What Make does not offer here: there is no scheduled trigger and no module to add or remove members, and the Make documentation for Sentry is flagged as AI-generated, to be checked against Sentry's own docs. Make an API Call covers the endpoints the list skips. The same app often has an n8n node, and the n8n vs Make comparison lays out how the two tools differ. To go further, the Make training teaches the editor step by step, and the Make pricing guide explains how operations are counted.
How do you connect Sentry to Make?
- 01
Add a Sentry module
In your scenario, add any Sentry module and click Create a connection. A connection is your Sentry account linked to Make once, then reused by every Sentry module. For Watch Events, click Create a webhook first, then Create a connection.
- 02
Create an API token in Sentry
In Sentry, open User Settings, then API Tokens, and click Create New Token. Tick the scopes your modules need, click Create Token and copy the token displayed on screen.
- 03
Paste the token and name the connection
Back in Make, you can type a label in Connection name, such as the organization it points to. Paste the token and save. Make can now list your Sentry projects and teams inside the module fields.
Your first scenario: a Sentry team and project for every new app
GoalWhen a new app is approved in the tool where your team logs requests, Make creates its team and its project in Sentry.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. The first module is the trigger of the app where requests get approved, a form or a table for instance.
- 02
Add Create a Team
Click the + on the right of that first module, search Sentry and pick Create a Team. Choose your connection, then your organization from the list Make shows, and map the app name from the request.
- 03
Chain Create a Project
Add Create a Project right after it. Map the team produced by the previous module so the project is bound to it, and reuse the app name for the project name.
- 04
Test with Run once
Click Run once and send a test request. Each module shows the bundle it received; check that the team and the project now appear in Sentry, then remove the test entries.
- 05
Schedule and switch it on
Set the schedule on the first module; a new scenario runs every 15 minutes by default. Switch the scenario on, and each approved request turns into a ready Sentry project.
What can start a Sentry scenario?
1 module starts a scenario when something happens in Sentry. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Sentry as soon as it happens.
Watch Events
Instant triggerIn Make“Watches events.”
Watch Events opens your scenario the moment Sentry reports a new event, so an error your users hit can reach your team without anyone refreshing a dashboard. Each event arrives as one bundle, the item passed on to the next module.
What can Make do in Sentry?
Sentry gives you 26 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a Project
- Create a Team
- Delete an Issue
- Delete a Project
- Delete a Team
- Get an Event
- Get an Issue
- Get an Organization
- Get a Project
- Get a Team
- Make an API Call
- Update an Issue
- Update an Organization
- Update a Project
- Update a Team
- List an Issue's Events
- List an Organization's Repositories
- List an Organization's Teams
- List an Organization's Users
- List a Project's Events
- List a Project's Issues
- List a Project's Users
- List a Tag's Values
- List a Team's Projects
- List Organizations
- List Projects
Create a Project
ActionIn Make“Creates a new project bound to a team.”
Create a Project adds a new Sentry project under a team you pick, ready to receive events from a fresh app or service.
Create a Team
ActionIn Make“Creates a new team bound to an organization.”
With Create a Team, a new team appears inside your Sentry organization, ready to own the projects you attach to it.
Delete an Issue
ActionIn Make“Removes an individual issue.”
Delete an Issue removes one issue from Sentry, which keeps a project clear of noise you already know is harmless.
Delete a Project
ActionIn Make“Schedules a project for deletion. Deletion happens asynchronously and therefore is not immediate. However, once deletion has begun the state of a project changes and will be hidden from most public views. Requires the following scopes: "project:admin".”
Delete a Project hands Sentry a request to remove a whole project, the tidy way to retire an app nobody maintains anymore.
project:admin scope.Delete a Team
ActionIn Make“Schedules a team for deletion. Note: Deletion happens asynchronously and therefore is not immediate. However once deletion has begun the state of a project changes and will be hidden from most public views.”
This module queues a Sentry team for removal and cleans up your organization after a reorganization.
Get an Event
ActionIn Make“Returns details on an individual event.”
Get an Event fetches the full details of a single Sentry event, one occurrence rather than the grouped issue.
Get an Issue
ActionIn Make“Returns details on an individual issue. This returns the basic stats for the issue (title, last seen, first seen), some overall numbers (number of comments, user reports) as well as the summarized event data.”
Get an Issue returns the summary of one issue: its title, when it was first and last seen, counts such as comments and user reports, plus summarized event data.
Get an Organization
ActionIn Make“Returns details on an individual organization including various details such as membership access, features, and teams.”
Point Get an Organization at your Sentry organization and it brings back its details, including membership access, features and teams.
Get a Project
ActionIn Make“Returns details on an individual project.”
Get a Project looks up one Sentry project and returns its details, handy when a later module needs to know what is there.
Get a Team
ActionIn Make“Returns details on an individual team.”
Get a Team gives you the details of a single team, a quick way to pull its information into a message or a report.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Sentry API from your scenario, using the same connection as the other modules.
Update an Issue
ActionIn Make“Updates an individual issue's attributes.”
Update an Issue changes the attributes of one issue in Sentry, so the state of a bug can follow what happens in your other tools.
Update an Organization
ActionIn Make“Updates various attributes and configurable settings for the given organization.”
Update an Organization edits the attributes and configurable settings of your Sentry organization from inside a scenario.
Update a Project
ActionIn Make“Updates various attributes and configurable settings for the given project. Only supplied values are updated. Requires "project:write" scope.”
Update a Project adjusts a project's attributes and settings, and only the values you fill in change; everything else stays as it was.
project:write scope on your token for this module, so check it when you create the token.Update a Team
ActionIn Make“Updates various attributes and configurable settings for the given team.”
When a team changes, Update a Team brings its attributes and settings in Sentry up to date without leaving the scenario.
List an Issue's Events
SearchIn Make“Returns an issue's events.”
List an Issue's Events gathers the events behind one issue, each returned as its own bundle, so you can see how the same error shows up across occurrences.
List an Organization's Repositories
SearchIn Make“Returns a list of version control repositories for a given organization.”
This search returns the version control repositories that Sentry holds for a given organization.
List an Organization's Teams
SearchIn Make“Returns a list of teams bound to an organization.”
List an Organization's Teams brings back the teams bound to an organization, one bundle per team.
List an Organization's Users
SearchIn Make“Returns a list of users that belong to a given organization.”
Get the list of users who belong to an organization with this search, each user arriving as a separate bundle.
List a Project's Events
SearchIn Make“Returns a list of events bound to a project.”
List a Project's Events returns the events bound to one project, across all its issues rather than a single one.
List a Project's Issues
SearchIn Make“Returns a list of issues (groups) bound to a project.”
List a Project's Issues pulls the issues, which Sentry also calls groups, attached to a project, one bundle each.
List a Project's Users
SearchIn Make“Returns a list of users seen within the specified project.”
List a Project's Users returns the users Sentry has seen within a given project, one bundle per user.
List a Tag's Values
SearchIn Make“Returns a list of values associated with this key. The query parameter can be used to perform a "contains" match on values.”
List a Tag's Values returns the values recorded for one tag key, and its query parameter narrows the result to values containing a piece of text.
List a Team's Projects
SearchIn Make“Returns a list of projects bound to a team.”
List a Team's Projects returns the projects bound to a given team, one bundle per project.
List Organizations
SearchIn Make“Returns a list of organizations available to the authenticated session.”
List Organizations shows the organizations available to your connection, based on the token you gave Make.
List Projects
SearchIn Make“Returns a list of projects available to the authenticated session.”
Need a full inventory? List Projects returns every project available to your connection, one bundle each.
Need help automating Sentry with Make?
A person reads every message.