8d6ad53c7e
Change-Id: I3a18670b6131f4e8c445217f1b302e64a74f591c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365489 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
18 lines
452 B
YAML
18 lines
452 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
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
http: any
|
|
meta: any
|
|
stack_trace: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
test: any
|