Core checks
- Event ingest
- Issue triage
- Release flow
- Alerts and monitors
urgentry stays compatibility-first on the common Sentry ingest and triage path. Read the boundary, then run the route you care about.
This page defines the narrow public compatibility claim. Use these receipts to verify the scope, the maintainers, and the supporting matrices.
The compatibility claim covers the common Sentry ingest and triage path. It does not claim full Sentry parity on day one.
The live compatibility matrix stays in the repo because the claim changes as the code changes. Use this page for the short version, then read the matrix before you move traffic.
Use the migration guide for the DSN change path, the benchmarks page for the public performance line, and the support page if the proof fails.
| Route family | Current public posture | How to verify it | Where to read more |
|---|---|---|---|
| Envelope ingest and store | Compatibility-first on the common ingest path | Swap the DSN in one existing SDK and confirm one real event lands | Getting Started |
| Issue triage and project reads | Core workflow should feel boring, not novel | Load the issue list, inspect one issue, and check releases or alerts on a real project | Features |
| Alerts, monitors, and release-adjacent flows | Validate the workflows your team already depends on before cutover | Trip one issue alert, one metric or monitor path, and one release-aware workflow | Alerts and Monitors |
| Discover, logs, replay, and profiles | Supported as product surfaces, but still test the paths you actually use | Run one real query and follow it into the replay, trace, or profile path your team cares about | Discover and Logs |
curl -X POST http://localhost:8080/api/default-project/store/ \
-H "Content-Type: application/json" \
-H "X-Sentry-Auth: Sentry sentry_key=<public_key>,sentry_version=7" \
-d '{"event_id":"compat-proof-1","message":"compatibility proof"}'
Start with the migration proof. Use SDK setup and benchmark details only when they change the decision.