Highlight (highlight.io) · Arazzo Workflow
Highlight Session Track Event
Version 1.0.0
Open a session, attach track-event properties to it, then flush a recording payload.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
session-track-event
Initialize a session, record a track event, and flush its recording payload.
Runs initializeSession to obtain a session_secure_id, then addTrackProperties to record a named track event with properties, then pushPayload to flush the recorded events so the event lands on the session timeline.
1
initializeSession
executePublicGraphMutation
Run the initializeSession GraphQL mutation to open a session and return its session_secure_id.
2
addTrackProperties
executePublicGraphMutation
Run the addTrackProperties GraphQL mutation to record a named track event and its property map against the session.
3
flushPayload
executePublicGraphMutation
Run the pushPayload GraphQL mutation to flush the recorded events so the track event lands on the session timeline.