Honeybadger Monitoring

Status of Honeybadger as a monitoring provider in this codebase.

Honeybadger is not implemented as a monitoring provider in this repo.

The current monitoring runtime only registers Sentry plus the console fallback. If you want Honeybadger, you need to add a custom provider and register it yourself.

Relevant code:

  • packages/monitoring/api/src/get-monitoring-provider.ts
  • packages/monitoring/api/src/components/provider.tsx
  • packages/monitoring/api/src/server.ts