raae / pow-app

Take charge of your menstrual cycle with POW! — the privacy-first menstrual cycle journal
https://www.usepow.app/
GNU General Public License v3.0
33 stars 2 forks source link

Set up Sentry for the web app #237

Open raae opened 3 years ago

raae commented 3 years ago

I added Sentry for the Serverless function in #224, it was fairly easy.

It would be nice to add it to the app as well to monitor errors, I am a little afraid it might leak data if the error has something to do with an entry and I get it as part of the stack trace. It looks like they have pretty sophisticated methods of preventing this type of thing, so will have to look into that.