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.