Sentry Integration
Counterparty Core allows for easy integration with Sentry for error reporting and performance monitoring. This feature is opt-in for each node operator. To enable the integration, simply export the ( Data Source Name ) from your Sentry project as an environment variable before starting your node:
export SENTRY_DSN=<YOUR_SENTRY_DSN>
You can find additional configuration options here (e.g. SENTRY_ENVIRONMENT
and SENTRY_RELEASE
).