Skip to content

Commit e5f8d4f

Browse files
author
dbickson
committed
fixing
1 parent ebef59c commit e5f8d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ fastdup.create_aspect_ratio_gallery('out', save_path='.') #crea
123123

124124
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.
125125

126+
The code for the data collection is found [here](./src/sentry.hpp).
127+
126128
It is always possible to opt out of the experimental crash report collection via either of the following two options:
127129
- Define an environment variable called `SENTRY_OPT_OUT`
128130
- or run() with `turi_param='run_sentry=0'`

0 commit comments

Comments
 (0)