Skip to content

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:14
· 110 commits to master since this release
9360edf

Added

  • Transaction performance monitoring: duration percentiles (p50/p75/p95), throughput, and failure rate rolled up hourly, with a transactions list and per-transaction instances view (slowest first)
  • Distributed tracing: embedded child spans extracted into a spans table, and a trace detail view rendered as a time-positioned span waterfall with correlated error events
  • Web Vitals card (LCP, FCP, CLS, TTFB) on event detail, derived from transaction measurements
  • Release Health: crash-free users (distinct-user crash rate via HLL) and a daily sessions trend chart
  • Client Reports outcomes summary (dropped events by category and reason)
  • User report detail surfaces feedback fields (name, email, comments, related event) above the raw JSON

Changed

  • Transactions no longer create error-style issues; they feed a dedicated performance rollup
  • Transactions tab badge now counts distinct transaction names
  • Event and session charts scale to the full container width

Fixed

  • Release Health counts aggregated sessions envelopes instead of dropping them, no longer counts errored sessions as crashes, and dates sessions by their own start time
  • Session release/environment now read from attrs (were silently null)
  • Tag facet bars render as background fills instead of pushing values out of line

Full Changelog: v0.3.6...v0.3.7


Verify a download:

sha256sum -c stackpit-x86_64-unknown-linux-gnu.tar.gz.sha256

Install steps: README

Changes since v0.3.6: compare