justinschuldt / syr-marketplace

Open-source marketplace front-end powered by Stelace API including search, platform automation, user management, transactions, real-time messaging, ratings and much more :zap:
https://marketplace.demo.stelace.com
MIT License
1 stars 3 forks source link

setup Sentry for error reporting from stelace backend (if it is not there already) #19

Closed thihamin closed 3 years ago

thihamin commented 3 years ago

https://sentry.io/welcome/

Getting error easily will speed up tracking down errors and will also speed up development.

justinschuldt commented 3 years ago

We can view backend logs via container logs of the Pod in Kubernetes. It's not worth it to configure Sentry since we already have a way of getting that data. Need to focus developer time on features important to users.