From 62988e6b460cf171933b19e3ae4626e5b04fe603 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 9 Nov 2022 10:54:13 -0500 Subject: [PATCH] Make the sample config usable without any edits --- sample.config.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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" } }