Sentry · Arazzo Workflow
Sentry Investigate an Issue's Tags
Version 1.0.0
Find an issue, inspect a tag's distribution and values, then bookmark and assign it for follow-up.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
investigate-issue-tags
Inspect an issue's tag distribution, then bookmark and assign it.
Locates an issue by search query, retrieves the distribution for a chosen tag key, lists that tag's unique values, and finally bookmarks and assigns the issue for follow-up.
1
findIssue
listOrganizationIssues
List the organization's issues filtered by the supplied search query and capture the first matching issue id.
2
getTagDetails
retrieveIssueTagDetails
Retrieve the distribution details for the chosen tag key on the matched issue, including its top values and total counts.
3
listTagValues
listIssueTagValues
List the unique values of the chosen tag key on the issue to see the full breakdown.
4
assignIssue
updateIssue
Bookmark the issue and assign it to the supplied owner so the right person follows up on the investigation.