Add the link to the privacy policy to the Usage Statistics section and remove debug logs (#1393)

This commit is contained in:
anj-s 2025-06-24 15:31:45 -07:00 committed by GitHub
parent 13cff94b1a
commit 418f67086b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -432,3 +432,6 @@ You can opt out of usage statistics collection at any time by setting the `usage
"usageStatisticsEnabled": false
}
```
**Privacy Policy:**
Data collected is subject to the [Google Privacy Policy](https://policies.google.com/privacy).

View File

@ -98,9 +98,6 @@ export class ClearcutLogger {
},
];
const body = JSON.stringify(request);
if (this.config?.getDebugMode() ?? false) {
console.log('Clearcut POST request body:', body);
}
const options = {
hostname: 'play.googleapis.com',
path: '/log',