Handling malformed log items in log file (#175)

* Catch errors for each line and ignore

* Adding tests

* Additional test with valid json, but missing keys

* dart format fix

* Additional test for malformed record getting phased out

* Update documentation

* Added TODO + add error handling for casting errors

* Fix format error

* Clean up
3 files changed
tree: 1fe88c7c79e1e12434b9a0f4488ffa292f6a37ea
  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 library to take config values from configuration files, CLI arguments, and environment variables.pub package
extension_discoveryA convention and utilities for package extension discovery.pub package
graphsGraph algorithms that operate on graphs in any representationpub 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.