Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed May 16, 2024
1 parent 0c7763c commit b11d298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ host machine names are anonymized with via truncated hashing.
`telemetry` module.
- You can always deactivate all telemetry by setting the environment variable
`BAYBE_TELEMETRY_ENABLED` to `false` or `off`. For details please consult
[this page](https://emdgroup.github.io/baybe/_autosummary/baybe.telemetry.html).
[this page](https://emdgroup.github.io/baybe/userguide/envvars.html#telemetry).
- If you want to be absolutely sure, you can uninstall internet related packages such
as `opentelemetry*` or its secondary dependencies from the environment. Due to the
inability of specifying opt-out dependencies, these are installed by default, but the
Expand Down
5 changes: 4 additions & 1 deletion baybe/telemetry.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Telemetry functionality for BayBE."""
"""Telemetry functionality for BayBE.
For more details, see https://emdgroup.github.io/baybe/userguide/envvars.html#telemetry
"""

import getpass
import hashlib
Expand Down

0 comments on commit b11d298

Please sign in to comment.