Fix empty string for `CLIENT_ID` from being sent when user decides to opt in (#144)

* unified_analytics and graphs: cleanup lints, bump pkg deps (#108)

* Fix to conditional logic for setting telemetry

* Test Client id not empty + different from original id

* Test using a new instance to check client id

* Reread the new client id after clearing it
2 files changed
tree: 5fda08fd57e49b2433956215a7ded4b9af2053aa
  1. .github/
  2. pkgs/
  3. .gitignore
  4. CODEOWNERS
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

Overview

This repository is home to tooling related Dart packages. Generally, this means packages published through the tools.dart.dev publisher that don't naturally belong to other topic monorepos (like dart-lang/build, dart-lang/test, or dart-lang/shelf).

Packages

PackageDescriptionVersion
cli_configA package to take config values from configuration files, CLI arguments, and environment variables.pub package
extension_discoveryDiscovery of packages that provide extensions for your package.pub package
graphsGraph algorithms that do not specify a particular approach for representing a Graph.pub package
unified_analyticsA package for logging analytics for all Dart and Flutter related tooling to Google Analytics.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.