Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Side by Side Diff: pkg/telemetry/pubspec.yaml

Issue 2954733002: Add initial version of analytics and crash reporting package. (Closed)
Patch Set: updates from review comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/telemetry/lib/telemetry.dart ('k') | pkg/telemetry/test/crash_reporting_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: telemetry
2 description: A library to facilitate reporting analytics and crash reports.
3 version: 0.0.1-dev
4 author: Dart Team <misc@dartlang.org>
5
6 environment:
7 sdk: '>=1.0.0 <2.0.0'
8
9 dependencies:
10 http: ^0.11.3+12
11 path: ^1.4.0
12 stack_trace: ^1.7.0
13 usage: ^3.2.0+1
14
15 dev_dependencies:
16 test: ^0.12.0
OLDNEW
« no previous file with comments | « pkg/telemetry/lib/telemetry.dart ('k') | pkg/telemetry/test/crash_reporting_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698