-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Too many anonymous telemetry calls are being sent. This creates unnecessary overhead.
Describe the solution you'd like
Reduce the number of calls made, and make each one more informative while still being anonymized.
E.g:
- Post an 8-byte hash of the API key
- Post only the function signatures, not the actual inputs.
- Only post when flushing the buffer to disk.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request