Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a DevMode to the client #169

Merged
merged 2 commits into from Oct 21, 2020
Merged

Adding a DevMode to the client #169

merged 2 commits into from Oct 21, 2020

Commits on Oct 9, 2020

  1. Adding a "DevMode" to the client

    The new mode will send more telemetry metrics allowing users to more
    easily troubleshoot issues and usage of the client.
    hush-hush committed Oct 9, 2020
    Copy the full SHA
    870d284 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Makin telemetry creator functions private

    Those function should not have been public in the first place and there
    signature should not be part of the public API we support. Users
    shouldn't have any reason to use them as they can control everything
    through the client options.
    hush-hush committed Oct 21, 2020
    Copy the full SHA
    d78d533 View commit details
    Browse the repository at this point in the history