Highlight (highlight.io) · Arazzo Workflow
Highlight Backend Session Payload
Version 1.0.0
Mark the backend as set up for a project, then push backend errors and logs against a session secure id.
View Spec
View on GitHub
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen SourceFrontend MonitoringFull Stack MonitoringArazzoWorkflows
Provider
Workflows
backend-session-payload
Mark backend setup for a project, then push backend errors against a session.
Runs markBackendSetup to register the backend for the project and session, then pushBackendPayload to upload backend errors and logs keyed by the session secure id.
1
markBackendSetup
executePublicGraphMutation
Run the markBackendSetup GraphQL mutation to record that a backend is wired up for the project and session.
2
pushBackendErrors
executePublicGraphMutation
Run the pushBackendPayload GraphQL mutation to upload backend errors keyed by the session secure id.