Overview

Metricly is a hosted error-tracking service — a Sentry alternative with a deliberately small surface area. Your applications report exceptions by making a single authenticated HTTP request; Metricly groups them into issues and gives your team a fast dashboard to triage.

There are two APIs:

  • Ingestion API — public, authenticated by a per-project ingest key. This is how your apps send events. No SDK required.
  • Management API — authenticated by your Clerk session and scoped to your active organization. This is what the dashboard uses to manage projects and issues.

The base URL in these docs is shown as https://your-metricly.app. Replace it with your Metricly host.