Skip to content

Commit 869b1ed

Browse files
authored
Merge pull request #239 from visual-layer/revert-218-patch-1
Revert "Make usage tracking documentation easier to see"
2 parents b082059 + baf9db9 commit 869b1ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,17 +695,19 @@ See [LICENSE](./LICENSE).
695695

696696
For any queries, reach us at [email protected]
697697

698-
## Telemetry Usage Tracking and Sentry
698+
## Disclaimer
699+
<details>
700+
<summary><b>Usage Tracking</b></summary>
699701

700702
We have added an experimental crash report collection, using [sentry.io](https://github.com/getsentry/). It does not collect user data other than anonymized IP address data, and it only logs fastdup library's own actions. We do NOT collect folder names, user names, image names, image content only aggregate performance statistics like total number of images, average runtime per image, total free memory, total free disk space, number of cores, etc. Collecting fastdup crashes will help us improve stability.
701703

702-
The code for the data collection is found [here](./src/sentry.hpp) (cpp) and [here](./fastdup/sentry.py) (python) . On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad).
704+
The code for the data collection is found [here](./src/sentry.hpp). On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad).
703705

704706
It is always possible to opt out of the experimental crash report collection via either of the following two options:
705707
- Define an environment variable called `SENTRY_OPT_OUT`
706708
- or run() with `turi_param='run_sentry=0'`
707709

708-
710+
</details>
709711

710712
## About Visual-Layer
711713

0 commit comments

Comments
 (0)