v1.1.0
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
.mapfiles into asourcemaps/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-composeis 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.