Skip to content

Releases: apvcode/pocketsentry

v2.0.0

12 Jun 20:42

Choose a tag to compare

Full Changelog: v1.1.0...v2.0.0

v2.0.0 — The Smart Alerts & Performance Monitoring Release

What's New

  • Performance Monitoring (Transactions): Native support for transactions and tracing! You can now monitor application performance, inspect transaction duration percentiles, and dive into full waterfall traces with detailed span breakdowns.
  • 💬 Local Issue Comments: Collaborate directly inside the error tracker! Leave markdown-friendly notes, status updates, or context directly under specific errors on their details page.
  • 🔕 Snooze Alert (Mute): Instantly quiet down loud alerts during incidents. Snooze any issue for 1 hour, 24 hours, or 1 week right from the UI to temporarily suppress Telegram and Discord notifications.
  • 🔄 Smart Reopening (Next Release): Solve errors intelligently. Mark an issue as "Resolved in Next Release" — PocketSentry will keep it quiet for the current release but automatically reopen it and alert you if the error recurs in a newer release.
  • 🤖 Telegram Interactive Bot: Manage issues straight from your messenger. The integrated Telegram bot not only alerts you but also allows resolving errors instantly via interactive buttons.

Downloads

File Platform
pocketsentry-linux-amd64 Linux x64
pocketsentry-linux-arm64 Linux ARM64
pocketsentry-darwin-amd64 macOS Intel
pocketsentry-darwin-arm64 macOS Apple Silicon
pocketsentry-windows-amd64.exe Windows x64

Just download, chmod +x, and run.

v1.1.0

11 Jun 20:47

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.1.0 — The Workspaces & Source Maps Release

What's New

  • 📂 Project Management: Multi-project support! You can now create isolated workspaces (e.g., "Frontend", "Backend") from a sleek Liquid Glass modal. Each project gets a unique DSN for clean, isolated error tracking.
  • 🗺️ Source Maps Support: Native, zero-config demangling of minified JavaScript stacktraces. Simply drop your .map files into a sourcemaps/ folder next to the binary, and PocketSentry will automatically reconstruct original source files and context lines.
  • 🛠️ Error Lifecycle (Resolve): You can now mark bugs as "Resolved" to remove them from your dashboard. If the bug reoccurs, PocketSentry will automatically reopen it and move it back to the active list.
  • 🔔 Webhooks Integration: Stay in the loop with instant error alerts for Telegram and Discord. Notifications are smart and only trigger on the first occurrence of a unique bug to prevent spam.
  • 🐳 Official Docker Support: A highly optimized, multi-stage Alpine Dockerfile has been added. Deploying via docker-compose is now fully supported while maintaining the single-binary philosophy.

Downloads

File Platform
pocketsentry-linux-amd64 Linux x64
pocketsentry-linux-arm64 Linux ARM64
pocketsentry-darwin-amd64 macOS Intel
pocketsentry-darwin-arm64 macOS Apple Silicon
pocketsentry-windows-amd64.exe Windows x64

Just download, chmod +x, and run.

v1.0.0 — The UI/UX & Analytics Release

10 Jun 18:06

Choose a tag to compare

What's New

  • Detailed Stacktraces: Clickable rows to view full error details and raw JSON payloads.
  • Analytics & Filters: Interactive charts (ApexCharts) and instant HTMX filtering by error level.
  • Basic Auth: Built-in dashboard protection via --admin-user and --admin-pass (ingestion API remains open).
  • Retention Policy: Background auto-cleanup of old events from the database via --retention-days.
  • UI Polish: Sleeker, minimalistic design with smooth hover transitions, card components, and zero flickering on auto-refresh via Idiomorph.

Downloads

File Platform
pocketsentry-linux-amd64 Linux x64
pocketsentry-linux-arm64 Linux ARM64
pocketsentry-darwin-amd64 macOS Intel
pocketsentry-darwin-arm64 macOS Apple Silicon
pocketsentry-windows-amd64.exe Windows x64

Just download, chmod +x, and run.

v0.2.0-alpha — Error Deduplication

10 Jun 05:33

Choose a tag to compare

What's New

  • Auto-deduplication: identical errors grouped by (project_id, message, level) with a hit counter
  • Count column: dashboard shows how many times each error occurred
  • Last Seen: table sorts by most recent occurrence
  • Auto-migration: existing databases upgraded automatically

Downloads

File Platform
pocketsentry-linux-amd64 Linux x64
pocketsentry-linux-arm64 Linux ARM64
pocketsentry-darwin-amd64 macOS Intel
pocketsentry-darwin-arm64 macOS Apple Silicon
pocketsentry-windows-amd64.exe Windows x64

Just download, chmod +x, and run.

PocketSentry v0.1.0-alpha - Initial Release 🚀

09 Jun 12:06

Choose a tag to compare

The first public release of PocketSentry. A drop-in Sentry alternative in a single 18MB binary.