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:
parent
a751936ac2
commit
d894ac33d5
1 changed files with 15 additions and 0 deletions
|
@ -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.
|
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:
|
**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
|
* 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, we’re
|
||||||
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 you’ve created with those types).
|
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 you’ve created with those types).
|
||||||
|
|
||||||
Besides Amplitude, our engineering teams use Sentry to track the prevalence of crashes.
|
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 %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue