From fb41fe44d12e2c08a3b2dd1864beb1ef74f31ed5 Mon Sep 17 00:00:00 2001 From: Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:25:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e31496fda..b39ec54b0c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ To run the Electron clients, run: npm run action src/electron/start [windows|linux] ``` - ## Error reporting To enable error reporting through [Sentry](https://sentry.io/) for local builds, run: @@ -119,6 +118,7 @@ To enable error reporting through [Sentry](https://sentry.io/) for local builds, export SENTRY_DSN=[Sentry development API key] [platform-specific build command] ``` + Release builds on CI are configured with a production Sentry API key.