From aa01dc98fbbc5ee22df6d4193965be3fc1584526 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 19 Nov 2024 08:05:53 +0100 Subject: [PATCH] docs: add a note about local development and analytics (#223) Signed-off-by: David Dal Busco --- docs/build/analytics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build/analytics.md b/docs/build/analytics.md index 3cebf6e4..334fafbd 100644 --- a/docs/build/analytics.md +++ b/docs/build/analytics.md @@ -205,6 +205,8 @@ Finally, add a command to your `package.json` that executes the script: - If you prefer to specify a custom path for the worker, you can use the `initOrbiter` function with the additional parameter `{worker?: {path?: string}}` for this purpose. +- In the explanation above, analytics are initialized for any use case. However, it is recommended not to initialize them during local development. This helps avoid cluttering your data with test results and minimizes the amount of cycles required to collect statistics. + ::: ---