Sentry · Arazzo Workflow
Sentry Investigate a Project's Issues
Version 1.0.0
Confirm a project, list its issues, then drill into the top issue's detail and events.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
investigate-project-issues
Drill from a project into its top issue and that issue's recent events.
Resolves a project's numeric id, lists issues filtered to that project, retrieves the highest-priority issue, and pulls its recent error events. Ends early when the project has no matching issues.
1
getProject
retrieveProject
Retrieve the project to confirm it exists and to resolve its numeric id for filtering the organization issue list.
2
listProjectIssues
listOrganizationIssues
List the organization's issues scoped to the resolved project id, sorted by priority, returning the top candidate to investigate.
3
getIssueDetail
retrieveIssue
Retrieve detailed stats and metadata for the selected project issue.
4
listIssueEvents
listIssueEvents
Pull the issue's recent error events with full data for stack-trace level investigation.