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

Unified 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, 6 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/telemetry/pubspec.yaml
diff --git a/pkg/telemetry/pubspec.yaml b/pkg/telemetry/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4068d3ab633c45c6f2dc90939cf683c2c1824c69
--- /dev/null
+++ b/pkg/telemetry/pubspec.yaml
@@ -0,0 +1,16 @@
+name: telemetry
+description: A library to facilitate reporting analytics and crash reports.
+version: 0.0.1-dev
+author: Dart Team <misc@dartlang.org>
+
+environment:
+ sdk: '>=1.0.0 <2.0.0'
+
+dependencies:
+ http: ^0.11.3+12
+ path: ^1.4.0
+ stack_trace: ^1.7.0
+ usage: ^3.2.0+1
+
+dev_dependencies:
+ test: ^0.12.0
« 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