1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-572: Add extra analytics info

This commit is contained in:
Filip Bozicevic 2025-02-06 13:00:05 +00:00 committed by gitbook-bot
parent a751936ac2
commit d894ac33d5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -6,6 +6,12 @@ It will be possible to opt-out of analytics in the [future](https://github.com/o
While the product is still in pre-release, we use analytics services to help us understand performance of the app as a whole, adoption of certain features, and how the latter impacts retention.
Analytics consists of two parts: low-level analytics at the network level and app usage analytics at the client level. Both types are anonymous and do not analyze the content you are working with, as it is encrypted.
{% hint style="info" %}
If you switch to self-hosted or local-only network mode, Anytype Network does not collect low-level analytics. However, app usage analytics are still reported.
{% endhint %}
**Amplitude** is the main service we use for tracking _events_ inside the app. It allows us to track metrics such as:
* How many users joined in the past month & how many dropped
@ -18,3 +24,12 @@ We use these to understand our main product metrics and whether overall, were
In practice, this means that we know for instance that custom Types are very popular, but we cannot see what these custom types are (nor which Objects youve created with those types).
Besides Amplitude, our engineering teams use Sentry to track the prevalence of crashes.
{% hint style="info" %}
The only way to disable analytics at the moment is to either block outgoing connections to analytics-related hosts, or to edit the relevant source code and rebuild the client for your own use.
{% endhint %}