Sentry · Arazzo Workflow
Sentry Organization Monitoring Survey
Version 1.0.0
Resolve an organization, then inventory its projects, releases, and alert rules.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
organization-survey
Inventory an organization's projects, releases, and alert rules in one pass.
Lists the user's member organizations, retrieves the first one's detail, and then surveys its projects, releases, and configured alert rules to assess monitoring coverage. Ends early when the user belongs to no organizations.
1
findOrganization
listOrganizations
List the organizations the authenticated user is a member of and select the first to survey.
2
getOrganization
retrieveOrganization
Retrieve full detail for the selected organization, including plan and feature flags.
3
listProjects
listProjects
List the organization's projects to enumerate the monitored applications.
4
listReleases
listReleases
List the organization's releases to confirm deployment tracking is in place.
5
listAlertRules
listAlertRules
List the organization's metric and issue alert rules to assess alerting coverage.