From 5c6f6345654874bef3227a892a3301618dfe9351 Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Sat, 7 Dec 2024 21:03:10 -0500 Subject: [PATCH] Disable sentry replay. it's not useful for this type of app --- assets/dynamic_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/dynamic_config.json b/assets/dynamic_config.json index ae772dbe..605b1058 100644 --- a/assets/dynamic_config.json +++ b/assets/dynamic_config.json @@ -1,5 +1,5 @@ { "sentryTraces": 0.5, "sentryProfiles": 0.1, - "sentryReplay": 0.1 + "sentryReplay": 0 }