Skip to content

Commit bf2a70a

Browse files
committed
fixing sentry doc
1 parent 98dbee5 commit bf2a70a

File tree

2 files changed

+2
-327
lines changed

2 files changed

+2
-327
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ For any queries, reach us at [email protected]
940940
<details>
941941
<summary><b>Usage Tracking</b></summary>
942942

943-
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.
943+
We have added an experimental crash report collection, using [sentry.io](https://github.com/getsentry/). It does not collect user 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.
944944

945-
The code for the data collection is found [here](./src/sentry.hpp). On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad).
945+
The code for the data collection is found [here](./fastdup/sentry.py). On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad) to report crashes.
946946

947947
It is always possible to opt out of the experimental crash report collection via either of the following two options:
948948
- Define an environment variable called `SENTRY_OPT_OUT`

src/sentry.hpp

-325
This file was deleted.

0 commit comments

Comments
 (0)