You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.