Highlight (highlight.io) · Arazzo Workflow
Highlight Fullstack Session Correlation
Version 1.0.0
Open a browser session, then emit a backend OTLP span tagged with that session id so frontend replay and backend trace correlate.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
fullstack-session-correlation
Open a Highlight session and emit a backend span tagged with its session id.
Runs initializeSession to obtain a session_secure_id, then exports an OTLP span carrying highlight.session_id set to that secure id so the frontend replay and the backend trace correlate in Highlight.
1
initializeSession
executePublicGraphMutation
Run the initializeSession GraphQL mutation to open a session and return its session_secure_id for use as the backend correlation key.
2
exportCorrelatedSpan
exportTraces
Submit an OTLP span carrying highlight.session_id set to the session secure id so the backend trace correlates with the frontend replay.
Source API Descriptions
openapi