Releases: chrisgreg/boop
Releases · chrisgreg/boop
Release list
v1.3.0
Added
- Sentry SDK compatibility. Point any server-side Sentry SDK's DSN at Boop (
https://boop_proj_...@your-boop-host/1) and it reports straight into that project with no code changes.POST /api/{id}/envelope/accepts Sentry envelopes (gzip/deflate included), authenticated viaX-Sentry-Author?sentry_key=. Each Sentry event becomes a Boop event:Type: valuetitle, culprit and top stack frame in the body, levels mapped (fatal→critical,info/debug→info),source: "sentry", and grouping fingerprints (explicit ones, or exception type plus top in-app frame) so silence rules work per error group. Transactions and sessions are accepted and ignored. Keep the DSN server-side: its public key is a write-capable project API key. Contributed by @ashwin47. - Pre-built binaries. Tagged releases now attach static, CGO-free binaries for Linux, macOS and Windows (amd64/arm64) with the web UI embedded, plus a
checksums.txt. Tests run before anything is published (.github/workflows/release.yml). - Laravel client.
laravel-boop, a community package by Solution Forest, is listed under Integrations.
Changed
- iOS: cleaner app icons.