AbianSAbianSCommunity·8 Agent Skills Included

rustrak

Self-hosted error tracking compatible with Sentry SDKs

Collects errors, logs, performance traces, and release health from any Sentry SDK on your own server. Eliminates per-event SaaS pricing and heavy self-hosted stacks with a single lightweight Rust process. Groups issues deterministically, resolves source maps, and sends Slack or email alerts so teams fix bugs faster.
npx skills add AbianS/rustrak --all -g -y
Available:

Explains the monorepo layout, startup commands, and conventions so your AI agent knows which sub-package guide to read before working on any part of the system.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Rustrak?â–¼

Run `npx skills add AbianS/rustrak --all -g -y` in your terminal to install all skills in this suite globally.

How to self-host Sentry error tracking?â–¼

Rustrak accepts the standard Sentry protocol, so you point your existing SDK at its DSN by changing one line. It runs as a single Rust process with SQLite by default, deployable with one Docker Compose file.

Does Rustrak work with my existing Sentry SDK?â–¼

Yes. Any official Sentry SDK in any language works by simply swapping the DSN, with no code rewrites or new libraries required.

Can Rustrak track AI agent traces?â–¼

Yes. Enable your SDK's AI integration and Rustrak shows runs, token counts, tool calls, and a full waterfall of every LLM call and handoff.

Can I manage Rustrak from my code editor?â–¼

Yes. It ships a typed TypeScript client and an MCP server, so an assistant can triage issues and manage projects directly from editors like Cursor or Claude Code.

Related Repositories in Software Engineering

View All in Software Engineering→