Sentry · Arazzo Workflow
Sentry Capture User Feedback for an Event
Version 1.0.0
Find a recent project event, attach user feedback to it, and confirm the feedback was recorded.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
capture-user-feedback
Attach user feedback to a recent project event and verify it.
Lists a project's recent events, submits user feedback against the most recent event, and lists the project's user feedback to confirm the new entry.
1
listEvents
listProjectEvents
List the project's recent error events and capture the id of the most recent event to attach feedback to.
2
submitFeedback
submitProjectUserFeedback
Submit user feedback for the project referencing the most recent event id.
3
listFeedback
listProjectUserFeedback
List the project's user feedback to confirm the new feedback entry was recorded.