625bfe5cae
Change-Id: I1d06861b5838a12b807d47cfbb53b0537a68d52f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194205 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
20 lines
407 B
YAML
20 lines
407 B
YAML
name: telemetry
|
|
description: A library to facilitate reporting analytics and crash reports.
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
author: Dart Team <misc@dartlang.org>
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
http: ^0.12.0
|
|
meta:
|
|
path: ../meta
|
|
path: ^1.4.0
|
|
stack_trace: ^1.7.0
|
|
usage: ^3.2.0+1
|
|
|
|
dev_dependencies:
|
|
test: ^1.0.0
|