From 45293037a58c0bc6c270ed427d7a30d6a6b4ce82 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 11 Sep 2021 13:51:43 -0500 Subject: [PATCH] Docs: SENTRY_DSN build variable --- docs/development/build-config.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/development/build-config.md b/docs/development/build-config.md index 7cf038ce54..e5083b8a0a 100644 --- a/docs/development/build-config.md +++ b/docs/development/build-config.md @@ -60,3 +60,18 @@ For example, if you want to host the build on `https://gleasonator.com/soapbox`, ```sh NODE_ENV="production" FE_SUBDIRECTORY="/soapbox" yarn build ``` + +### `SENTRY_DSN` + +[Sentry](https://sentry.io/) endpoint for this custom build. + +Sentry is an error monitoring service that may be optionally included. +When an endpoint is not configured, it does nothing. + +Sentry's backend was FOSS until 2019 when it moved to source-available, but a BSD-3 fork called [GlitchTip](https://glitchtip.com/) may also be used. + +Options: + +- Endpoint URL, eg `"https://abcdefg@app.glitchtip.com/123"` + +Default: `""`