docs: simplify analytics copy across all surfaces

This commit is contained in:
SnapOtter
2026-06-24 11:22:34 +08:00
parent 5c30167bab
commit 8e530f2f1b
5 changed files with 14 additions and 49 deletions
+4 -6
View File
@@ -86,14 +86,12 @@ const breadcrumbJsonLd = {
<h2 class="text-lg font-semibold text-foreground">Analytics</h2>
<ul class="mt-3 list-disc space-y-2 pl-5">
<li>
SnapOtter uses anonymous analytics to improve reliability and prioritize
features. Only tool usage patterns and error reports (without file data) are
recorded.
Basic analytics (tool usage patterns, error reports) help improve the software.
Your files and personal data are never included.
</li>
<li>Analytics is powered by PostHog and Sentry.</li>
<li>
You can disable analytics at any time by rebuilding with
<code class="text-xs">--build-arg SNAPOTTER_ANALYTICS=off</code>.
You can disable analytics at any time -- SnapOtter works normally without it.
Rebuild with <code class="text-xs">--build-arg SNAPOTTER_ANALYTICS=off</code>.
</li>
</ul>
</section>