v0.3.2
First release since v0.2.1 — includes everything from the unreleased 0.3.0 and 0.3.1.
0.3.2
- Bundled console-client.js refreshed (lockstep with the console): internal cleanup, crypto-quality page/snapshot ids where the browser supports it.
- OTLP export fix: batches now trim against the final encoded body, and an over-quota single record sends without
keepaliveinstead of being rejected outright by the browser's 64 KiB limit.
0.3.1
- Bundled console-client.js updated in lockstep with the console: adds an OTLP collector export capability (
otlpinit option — unused by the plugin, no settings changed).
0.3.0
- Browser-side trace correlation: the bundled client sends a W3C
traceparentheader on the page's same-origin fetch/XHR calls, so a failed browser request and the PHP error behind it share one trace id in the console (completes the server half shipped in 0.2.0). - New "Trace correlation" setting — on by default, lockable via the
OVOS_CONSOLE_JS_TRACEconstant; disable it if a firewall or security plugin rejects the extra request header. - An app-set
traceparent(own OpenTelemetry SDK) is honored, never overwritten; fetch/XHR breadcrumbs carry the trace id of each call.
Install: upload ovos-console.zip (below) via Plugins → Add New → Upload, or unzip into wp-content/plugins/.