From 36c40463a57b1cf1f6e8df0f60ff904fa628a426 Mon Sep 17 00:00:00 2001 From: William Chong Date: Fri, 13 Sep 2024 19:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Lower=20sentry=20tracing=20rate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index aade437d..95f838f6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -171,7 +171,8 @@ export default { release: RELEASE, }, tracing: { - tracesSampleRate: IS_TESTNET ? 1.0 : 0.1, + // TODO: remove health check http calls from tracing + tracesSampleRate: IS_TESTNET ? 0.01 : 0.01, browserTracing: {}, vueOptions: { trackComponents: true,