Highlight (highlight.io) · Arazzo Workflow
Highlight Fullstack Error Correlation
Version 1.0.0
Open a session, push a frontend error, then push a backend error keyed to the same session so both group against one replay.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
fullstack-error-correlation
Open a session, then report frontend and backend errors keyed to it.
Runs initializeSession to obtain a session_secure_id, then pushPayload to report a frontend error against the session, then pushBackendPayload to report a backend error for the same project, correlating both to one replay.
1
initializeSession
executePublicGraphMutation
Run the initializeSession GraphQL mutation to open a session and return its session_secure_id for use as the correlation key.
2
pushFrontendError
executePublicGraphMutation
Run the pushPayload GraphQL mutation to report the frontend error against the session.
3
pushBackendError
executePublicGraphMutation
Run the pushBackendPayload GraphQL mutation to report the backend error for the same project, correlating it to the session.