Release notes
OpsProbe v0.3.35: ordered reports and social sharing.
The instant probe now explains the diagnostic path, resets cleanly, and creates a fuller report that is ready to share.
Summary
Visitors can now see how the check progressed from DNS to the response body, inspect complete evidence in a shared report, and generate a sanitized PNG for posting or direct device sharing.
Ordered waterfall
- Five numbered phases show DNS, TCP, TLS, HTTP response, and body download in sequence.
- Each phase includes duration and cumulative start/end offsets.
- HTTP includes redirect and final-response request attempts when captured.
- The report states that this is a server-side diagnostic path, not a browser resource waterfall.
Expanded sharing
The shared report opens with complete DNS, TCP, TLS, and HTTP evidence instead of requiring another expansion step. X and LinkedIn receive the temporary report URL, while the browser can generate and download a privacy-limited PNG or share it through a supported native share sheet.
Product boundary
Shared reports continue to expire after 24 hours and exclude raw response bodies, request and response headers, certificate serial numbers, remote addresses, and user identity. Browser-rendered resource waterfalls, Core Web Vitals, multi-region checks, and business-flow monitoring remain planned.
Verification
- Rust formatting and tests passed.
- Playwright desktop and mobile report checks passed.
- Reset behavior, PNG generation, social links, page errors, and mobile overflow were verified.