From fd96e19fb456bdd4ce77385b7120cf7418718f11 Mon Sep 17 00:00:00 2001 From: Raymond Tau Date: Mon, 24 Jun 2024 23:59:33 +0800 Subject: [PATCH] doc: Start to document Sentry setup --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eae99f492eaf..a26647b9c92d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d Build the app with SEO optimized pages. +## Error Reporting + +Sentry can be used to collect errors and events form users for troubleshooting purpose. To enable the integration, the following steps are required. + +### Configure Sentry DSN + + ## Contributors Project owner [chunlaw](https://github.com/chunlaw) is the initiator of the whole project. Everyone is welcome to contribute. Other contributors are listed below (ordered by alphabetical order):