Skip to content

Commit

Permalink
fixing sentry doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbickson committed Sep 30, 2023
1 parent 98dbee5 commit bf2a70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 327 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,9 @@ For any queries, reach us at info@visual-layer.com
<details>
<summary><b>Usage Tracking</b></summary>

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

The code for the data collection is found [here](./src/sentry.hpp). On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad).
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.

It is always possible to opt out of the experimental crash report collection via either of the following two options:
- Define an environment variable called `SENTRY_OPT_OUT`
Expand Down
325 changes: 0 additions & 325 deletions src/sentry.hpp

This file was deleted.

0 comments on commit bf2a70a

Please sign in to comment.