Adam Nicol

Sentry is now being used for error logging on both the front and backend. They have a very generous free tier which is more than enough for this site. It was easy enough to set up, although I ran into a problem with my ad blocker stopping the reports from being uploaded to Sentry. After reading the documentation I found that I could get around this by tunnelling requests via the backend and now it’s working well.


2Like Post1SharePosted 2 years ago

Comments

avatar
avatar
Adam- 2 years ago

I might enable the tracing features at some point. I don't want to slow the site down too much by sending a lot of extra data, and turning down the sample rate seemed to affect the error logging as well.