generated from infinitelambda/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update mkdocs specific syntax, reconcile some headers contents
- Loading branch information
Showing
5 changed files
with
61 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Anonymous usage stats | ||
|
||
We aim to enhance the functionality of diqu by gaining insights into user interactions. As part of this effort, we have implemented straightforward event tracking within diqu, utilizing Snowplow. | ||
|
||
It is important to note that we do not collect credentials or any other type of private info, as we consider this information outside the scope of our interest. | ||
The potential uses for usage statistics encompass package maintenance & future module development | ||
By default, event tracking is enabled. However, users of diqu can choose to opt out of this feature at any time by setting the environment variable `DO_NOT_TRACK` = true (default = false) | ||
|
||
The potential uses for usage statistics encompass package maintenance & future module development. | ||
|
||
By default, event tracking is enabled. However, users of diqu can choose to opt out of this feature at any time by setting the following environment variable | ||
|
||
```bash | ||
export DO_NOT_TRACK=true | ||
``` |