Skip to main content

Analytics Parameters

Posthog

Posthog Telemetry is enabled by default. It can be disabled by setting the following in the .env file:

REACT_APP_DISABLE_TELEMETRY=true

Sentry

To help us debug and classify errors, you can opt-in to send us error messages with Sentry. Error collection using sentry is disabled by default.

In the .env file, set SENTRY_DSN to the following value to enable collection of errors.

SENTRY_DSN=”https://[email protected]/6043029”

Save the file and restart Chaos Genius:

docker-compose stop
docker-compose up