Skip to documentation content
On this page
  1. Reference

environment

Configures environment for Structured diagnostic report from its authoritative release declaration.

Reference

FieldValueDescription
valueTypediagnostic-environmentDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ appVersion: string; platform: string; arch: string; backendMode: "development" | "compiled"; backendProcess: "running" | "stopped"; }Compiler-resolved TypeScript contract.
requiredtrue
readOnlytrue

Configures environment for Structured diagnostic report from its authoritative release declaration.

The declared value type is diagnostic-environment. This field is required.