• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / fuel-prices-api / 24008543172

05 Apr 2026 07:14PM UTC coverage: 45.573% (-0.5%) from 46.079%
24008543172

Pull #46

github

rm-hull
feat: integrate Sentry for error tracking

Added error tracking support to the API server to
improve observability and crash reporting.

* Configured `SENTRY_DSN` and `ENVIRONMENT` in
  `.env.example`.
* Initialized Sentry during the server bootstrap
  process.
* Bound Sentry releases to the current git revision.

```mermaid
sequenceDiagram
    participant App as API Server
    participant Sentry as Sentry SDK

    App->>App: Initialize Sentry
    App->>Sentry: Send Error/Panic Reports
    Sentry-->>App: Flush events on shutdown
```
Pull Request #46: feat: integrate Sentry for error tracking

0 of 16 new or added lines in 1 file covered. (0.0%)

29 existing lines in 2 files now uncovered.

664 of 1457 relevant lines covered (45.57%)

0.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/api_server.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc