Open mbostock opened 10 months ago
observable telemetry remove-all-history
?
It’d be possible to do a remove if they sent their device id. Supposedly the uuidv4 Node crypto generates is “cryptographically pseudorandom” so it should be convincing if you can tell us one. I’d be kinda wary of someone abusing a remove api to spam us with lots of generated uuids though. I guess we could rate limit it or if you pass a device id that’s not found it exponentially increases your wait time to try again.
@Fil that sounds like a separate feature request that should be tracked and discussed separately. This issue is about exposing functionality we already have through commands (rather than environment variables).
probably a related command to tag the current user as a developer and send that extra flag along, to split ourselves out in the data. Similar to HOMEBREW_DEVELOPER.
Can we add
observable telemetry enable
andobservable telemetry disable
commands to enable and disable telemetry (in addition to theOBSERVABLE_TELEMETRY_DISABLE
environment variable?