hellhub-collective / api

Effortlessly use Helldivers 2 data in your apps, with the democratically approved HellHub API. 🌎
https://documenter.getpostman.com/view/33840175/2sA35Bd54w
MIT License
18 stars 2 forks source link

feat: implement sentry for production builds #41

Closed fabio-nettis closed 5 months ago

fabio-nettis commented 5 months ago

Description

This PR adds sentry.io to the project. We implemented this to have better insight in user usage and optimized error obersvability. With the request count growing and projects relyig on our API we need to be able to deal with issues quickly. By default sentry will be disabled if you do not provide the SENTRY_DSN environment variable.

Type of change

Checklist