Setup Sentry crash reporting for frontend code
Open
- Dominant language
- Python
- Stars
- 53
- Forks
- 16
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 14
Description
We use [Sentry](https://sentry.io/) for tracking errors in both backend (Python) and frontend (JS) code.
I have created a Sentry project for the lms app's frontend code. The "public DSN" configuration parameter should come from a `SENTRY_DSN_FRONTEND` env var. Search for "SENTRY_DSN_FRONTEND" in the h app to see how we do it there.
The setup steps are here: https://docs.sentry.io/clients/javascript/install/ . Just the basic error capture should be fine, no framework integrations are needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.