From c2110d224fae0f93b63e2d49a2a308ede5e7ef6a Mon Sep 17 00:00:00 2001 From: brock-statsig <146870406+brock-statsig@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:36:46 -0800 Subject: [PATCH] Update measuring-experiments.mdx (#2423) --- docs/guides/sidecar-experiments/measuring-experiments.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/sidecar-experiments/measuring-experiments.mdx b/docs/guides/sidecar-experiments/measuring-experiments.mdx index 8f00a978d..3d40c7621 100644 --- a/docs/guides/sidecar-experiments/measuring-experiments.mdx +++ b/docs/guides/sidecar-experiments/measuring-experiments.mdx @@ -66,8 +66,8 @@ Sidecar comes loaded with an event collection tool that will autocapture various |metadata.page_url|Current URL with path and parameters|https://www.FULL-URL.com/?utm=FALL_2024| |metadata.transfer_bytes|Total number of bytes transferred in document body as implemented by [browser performanceTiming API](https://developer.mozilla.org/en-US/docs/Web/Performance/Navigation_and_resource_timings)|48360| -#### Disabling Autocapture -To disable autocapture, simply append the following query string parameter to the Sidecar script URL: `&autostart=0`. +#### Disabling All Logging +To disable all logging to statsig (both autocapture events and logging who has seen your experiments) append the following query string parameter to the Sidecar script URL: `&autostart=0`. This may be useful if you're dealing with GDPR compliance, and you can later re-enable events with `client.updateRuntimeOptions({disableLogging: false})` ## Auto Capturing Data Attributes