You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user has opted out of gcloud analytics, disable reporting bugs to bugsnag.
_UUID_FILE_PATH=os.path.expanduser(os.path.join('~',
'.gsutil/analytics-uuid'))
# If this string is written to analytics-uuid, that means that the user said# 'no' to analytics, and it should thus be disabled._DISABLED_TEXT='DISABLED'
If a user has opted out of gcloud analytics, disable reporting bugs to bugsnag.
https://github.com/bootstraponline/gcloud_cli/blob/41b4d3438d5a8e215912897d2aa615fd8d509e0d/google-cloud-sdk/platform/gsutil/gslib/metrics.py#L55
The text was updated successfully, but these errors were encountered: