Setup
Start the connection
In your workspace’s integration settings, choose Sentry and start the
connection. Shipfox sends you to Sentry to install its App.
Install the Sentry App
On Sentry, pick the organization and authorize the App. Sentry redirects you
back to Shipfox, which verifies the installation.
Triggering a workflow
Use the connection slug assource and a Sentry issue event as event:
source is the connection slug (sentry_acme), not the word sentry — see
Finding your connection slug.
Events
Shipfox triggers on Sentry issue events:issue.created, issue.resolved,
issue.assigned, issue.archived, and issue.unresolved. For exactly when each
action fires and the payload it carries, use Sentry’s reference rather than a copy
here:
Sentry issue webhooks
When each issue action fires and the payload Sentry sends.
event context — the
issue’s action, issueId, title, level, status, platform, projectUrl,
and links back to Sentry (issueUrl, webUrl).
Filtering by project or team
Shipfox receives issue events for your whole connected Sentry organization. To act on a specific project — or a team’s projects — key off the project the event carries asevent.projectUrl.
The intended way is a trigger filter:
Related pages
Triage Sentry issues
A worked guide: fire on an issue and hand it to an agent that investigates.
Agent steps
Have an agent triage or fix the issue that triggered the run.
Triggers
The trigger schema and how sources and events fit together.