IanMitchell / sentrydiscord.dev

Forward Sentry notifications to your Discord server
https://sentrydiscord.dev
MIT License
209 stars 22 forks source link

Question: Why we cannot disable analytics and why do you store anything in the DB? #26

Closed woss closed 2 years ago

woss commented 2 years ago

Hi,

I wanted to make a PR that would include the docker image file and docker-compose for a faster startup, but I got discouraged by the fact that you are using analytics which i cannot disable.

Why is that? why cannot we opt-in to use it, one ENV var would be enough to accomplish this with correct code.

Why do you store anything, why not just pass-through?

IanMitchell commented 2 years ago

Hey! I host this service on Vercel which doesn't support Docker images. I store simple language analytics in the database to try and make better embeds (the payload is structured differently across languages and frameworks).