diff --git a/sample.config.json b/sample.config.json index c00e5396..bd05a880 100644 --- a/sample.config.json +++ b/sample.config.json @@ -1,13 +1,5 @@ { - "posthog": { - "api_key": "examplePosthogKey", - "api_host": "https://posthog.com" - }, - "sentry": { - "environment": "main-branch", - "DSN": "https://examplePublicKey@o0.ingest.sentry.io/0" - }, "rageshake": { - "submit_url": "http://localhost:9110/api/submit" + "submit_url": "https://element.io/bugreports/submit" } }