We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07059f4 + a1a5531 commit a17413cCopy full SHA for a17413c
LICENSE
@@ -0,0 +1 @@
1
+Copyright 2021 Workiva Inc. All rights reserved.
pubspec.yaml
@@ -1,9 +1,13 @@
name: opentelemetry
2
-version: 0.0.1
+version: 0.0.2
3
+description: A framework for collecting traces from applications.
4
+homepage: https://github.com/Workiva/opentelemetry-dart
5
+publish_to: https://pub.workiva.org
6
environment:
7
sdk: '>=2.7.0 <3.0.0'
8
9
dependencies:
10
+ fixnum: ^0.10.0
11
http: ^0.12.0
12
logging: ^0.11.0
13
protobuf: ^1.1.0
0 commit comments