Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:48
· 33 commits to develop since this release
v0.3.2
a7b5468

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 keepalive instead 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 (otlp init option — unused by the plugin, no settings changed).

0.3.0

  • Browser-side trace correlation: the bundled client sends a W3C traceparent header 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_TRACE constant; 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/.