Context
Catch ingestion errors in real-time.
Goal
Integrate Sentry into indexer service.
Contributor guide
- Directory:
indexer/
- Initialize Sentry in main.ts.
- Add custom Sentry tags: ledger, contract_version, event_type.
- Send errors from Processors with context (event payload).
- Alert on spike in ingestion errors.
References
Context
Catch ingestion errors in real-time.
Goal
Integrate Sentry into indexer service.
Contributor guide
indexer/References