• v0.3.8 bc7b5bf8d7

    v0.3.8 Stable

    franz released this 2026-06-28 18:39:17 +00:00 | 76 commits to master since this release

    Fixed

    • PostgreSQL: release-health daily sessions chart crashed on a column decode error
    • Docker images failed to build after the library-crate split

    Full Changelog: https://git.gofranz.com/franz/stackpit/compare/v0.3.7...v0.3.8

    Downloads
  • v0.3.7 9360edf653

    v0.3.7 Stable

    franz released this 2026-06-28 18:05:35 +00:00 | 78 commits to master since this release

    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: https://git.gofranz.com/franz/stackpit/compare/v0.3.6...v0.3.7

    Downloads