From c513750a4f6bb7778dccac2a5c5d29f178e08cb8 Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Tue, 11 Jun 2024 12:02:27 -0400 Subject: [PATCH] add dynamic config file --- assets/dynamic_config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assets/dynamic_config.json diff --git a/assets/dynamic_config.json b/assets/dynamic_config.json new file mode 100644 index 000000000..96aa552bc --- /dev/null +++ b/assets/dynamic_config.json @@ -0,0 +1,4 @@ +{ + "sentryTraces": 1.0, + "sentryProfiles": 1.0 +} \ No newline at end of file