-
Notifications
You must be signed in to change notification settings - Fork 43
Logging to Sentry #219
Copy link
Copy link
Open
Labels
Description
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
- Sentry Node.js SDK docs.
Reactions are currently unavailable