Sentry
Introduction
Sentry is an open-source error tracking system that helps developers monitor and fix crashes in real time. Iterate continuously. Boost efficiency. Improve user experience.
Configuration
To enable, add these json
below to .env.json
"SENTRY_ENABLE": true,
"SENTRY_HOST": "YOUR-SENTRY-HOST",
"SENTRY_KEY": "YOUR-SENTRY-KEY",
"SENTRY_SECRET": "YOUR-SENTRY-SECRET",
"SENTRY_PROJECT": "YOUR-SENTRY-PROJECT",