What problem does it solve?
Rustrak server architecture and ingestion workflow provides a lightweight, Sentry-compatible path for Rust-based backends to receive, validate, and persist events with low latency and deterministic processing.
Core Features & Use Cases
- Sentry protocol compatibility for inbound events from any SDK
- Deterministic issue grouping, rate limiting, and quota management
- Asynchronous digest pipeline to keep ingestion latency under control
- Multiple authentication mechanisms (session, token, SentryAuth)
- API endpoints and backend design for UI dashboards and issue management
Quick Start
Activate this skill when contributing to apps/server or server design. Review the Rustrak server architecture and ingestion flow in the codebase, then run a local development environment per the project docs.