Files
templates/blueprints/rustrak/meta.json
2026-07-08 21:04:58 +03:00

20 lines
573 B
JSON

{
"id": "rustrak",
"name": "Rustrak",
"version": "0.2.1",
"description": "Self-hosted error tracking compatible with Sentry SDKs. Server only, written in Rust with <100MB memory footprint and SQLite storage. No external database required.",
"logo": "rustrak.svg",
"links": {
"github": "https://github.com/AbianS/rustrak",
"website": "https://rustrak.github.io/rustrak/",
"docs": "https://rustrak.github.io/rustrak/getting-started/overview"
},
"tags": [
"monitoring",
"error-tracking",
"sentry",
"rust",
"observability"
]
}