Skip to content

Commit

Permalink
Added field for missing UIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
idomic committed Jan 19, 2022
1 parent 7f5496c commit a6e9313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ploomber/telemetry/telemetry.py
Expand Up @@ -349,6 +349,10 @@ def log_api(action,
client_time = datetime.datetime.now()

(telemetry_enabled, uid, is_install) = _get_telemetry_info()
if 'NO_UID' in uid:
metadata['uid_issue'] = uid
uid = None

py_version = python_version()
docker_container = is_docker()
colab = is_colab()
Expand Down

0 comments on commit a6e9313

Please sign in to comment.