Skip to content

Commit 1d0ea24

Browse files
author
dbickson
committed
adding sentry crash reporting
1 parent 9282755 commit 1d0ea24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ fastdup.create_aspect_ratio_gallery('out', save_path='.') #crea
116116
# Support and feature requests
117117
<a href="https://bit.ly/3OLojyT">Join our Slack channel</a>
118118

119+
## Disclaimer
120+
121+
<details>
122+
<summary><b>Usage Tracking</b></summary>
123+
124+
We have added experimental crash report collection on Ubuntu 20.04, 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 name, user name, 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.
125+
126+
It is always possible to opt out of the experimental crash report collection via either of the following two options:
127+
- Define an environment variable called `SENTRY_OPT_OUT`
128+
- or run() with `turi_param='run_sentry=0'`
129+
130+
</details>
131+
119132
# fastdup enterprise edition
120133
<a href="https://www.visual-layer.com">Visual Layer</a>
121134

0 commit comments

Comments
 (0)