Skip to content

v1.3.0

Choose a tag to compare

@metafab metafab released this 09 Apr 11:38
· 28 commits to main since this release

Features

  • Orphan span handling + demo for late root span reconstruction
  • Trace marked as tentative until root span arrives
  • Add trace export functionality for filtered traces, selected traces, and on trace details view
  • Add trace import functionality
  • Add trace deletion functionality for selected traces
  • Add Homebrew support

Improvements

  • Improved durations display (e.g. 1250.00ms is now 1.25s, with a tooltip for a more precise value)

Fixes

  • Fix error detection by handling both enums and numeric values for span kind and status code
  • Fix SEA (Single Executable Application) missing modules by including node_modules

Misc

  • Windows PowerShell scripts for e-commerce trace and late root span reconstruction demos
  • Shared utilities and types moved to a new @otel-gui/core package

Screenshots

Export / Import / Deletion:
image

Import preview:
image

Tentative trace + Improved duration display:
image

Orphan span:
image

Full Changelog: v1.2.0...v1.3.0