Highlight (highlight.io) · Arazzo Workflow
Highlight Session Feedback Capture
Version 1.0.0
Open a session, attach searchable session properties, then record end-user feedback against that session.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
session-feedback-capture
Initialize a session, tag it with properties, and record end-user feedback.
Runs initializeSession to obtain a session_secure_id, then addSessionProperties to attach searchable properties, then addSessionFeedback to pin verbatim user feedback to the session replay.
1
initializeSession
executePublicGraphMutation
Run the initializeSession GraphQL mutation to open a new session for the project and return its session_secure_id.
2
addProperties
executePublicGraphMutation
Run the addSessionProperties GraphQL mutation to attach searchable key/value properties to the session.
3
addFeedback
executePublicGraphMutation
Run the addSessionFeedback GraphQL mutation to record the end user's verbatim feedback against the session.