Highlight (highlight.io) · Arazzo Workflow
Highlight Frontend Error Capture
Version 1.0.0
Open a browser session and push a payload of frontend errors so Highlight groups them against the replay.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
frontend-error-capture
Open a session and push frontend errors to Highlight for grouping.
Runs initializeSession to obtain a session_secure_id, branches on whether the session opened, and on success runs pushPayload with the frontend errors array so Highlight aggregates them into error groups against the replay.
1
initializeSession
executePublicGraphMutation
Run the initializeSession GraphQL mutation to open a session, then branch on whether a secure id was returned.
2
pushErrors
executePublicGraphMutation
Run the pushPayload GraphQL mutation with the frontend errors array attached to the session so Highlight aggregates them into error groups.