Skip to content

Commit

Permalink
docs: add a note about local development and analytics (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker authored Nov 19, 2024
1 parent f9aa3d4 commit aa01dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

---
Expand Down

0 comments on commit aa01dc9

Please sign in to comment.