Skip to content

Releases: chrisgreg/boop

Release list

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:38

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 via X-Sentry-Auth or ?sentry_key=. Each Sentry event becomes a Boop event: Type: value title, 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.

v1.2.0

Choose a tag to compare

@chrisgreg chrisgreg released this 29 Aug 11:15

Full Changelog: v1.1.0...v1.2.0