Skip to content

Commit c095ac2

Browse files
authored
Revise Autocapture implementation guidance (#2252)
Updated recommendation for implementing Autocapture to emphasize testing in a sandbox project before permanent implementation.
1 parent c72f4e5 commit c095ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/tracking-methods/autocapture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Autocapture can coexist with more precise tracking — you can both enable Autoc
5555
If you subscribe to automatic SDK updates, please note that these updates will not change your Autocapture configuration.
5656

5757
<Callout type="info">
58-
If you are an existing customer, we do not recommend changes to your SDK implementation (including turning on Autocapture) without speaking to a member of the Mixpanel team.
58+
Before permanently implementing Autocapture, we recommend thoroughly testing the feature in a sandbox project to evaluate its impact on your data consumption and confirm that it meets your use case.
5959
</Callout>
6060

6161
Customers adding the Javascript SDK with a snippet that contains an enabled autocapture config will turn on autocapture. **If this config is not present in the snippet, Autocapture will not be enabled.** Our documentation on how to configure the Javascript SDK, including changing your Autocapture configuration, [can be found here](https://docs.mixpanel.com/docs/tracking-methods/sdks/javascript).

0 commit comments

Comments
 (0)