ddtrace 0.23.2 → 0.23.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cb46f6b5bd2a1afa544b71f5f485377bf81e433
4
- data.tar.gz: 77989382c527193ed1bed436238bf93c2a014bce
3
+ metadata.gz: 58499947435a908a1815f048025f181f4651c3ad
4
+ data.tar.gz: 615ab8677d1463ceacdd0e7fa75c7015eb0f3068
5
5
  SHA512:
6
- metadata.gz: '099e25c5c0ae90abe4e1984911b3162edf302c7744ebac5894baeb3f873bff3b7a7d807720d919f36c42941a22837dc9be523b8ca497713cf53052920a56e47c'
7
- data.tar.gz: 7af881dc7831bd547fe1afb8c33f5ff70f6329e93e3803a1c84cafc00795f4bef16afbfc373edda9ef3587302cb54dcb097d409a4aedaaaf43ec3437c1d3c0fa
6
+ metadata.gz: 26db8434fb7515336f1db628f76e9e6e04f0a8f6fa1c74a5e1206e8045c6e4b058805cbd3526f41e7f1ce7076122b3ae601f37a52db81b0c556f04be48240922
7
+ data.tar.gz: c4ef32d8dbf2aac5629fce033d22acc08808c4ffffa907de0e4c534bce8c2fbbe6dea7790f49cf92e480e31263f3964f534eea25ca49303336b03c94eb79956f
@@ -4,6 +4,16 @@
4
4
 
5
5
  ## [Unreleased (beta)]
6
6
 
7
+ ## [0.23.3] - 2019-05-16
8
+
9
+ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.3
10
+
11
+ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...v0.23.3
12
+
13
+ ### Fixed
14
+
15
+ - Integrations initializing tracer at load time (#756)
16
+
7
17
  ## [0.23.2] - 2019-05-10
8
18
 
9
19
  Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.2
@@ -808,8 +818,9 @@ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
808
818
 
809
819
  Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
810
820
 
811
- [Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...master
812
- [Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...0.24-dev
821
+ [Unreleased (stable)]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.3...master
822
+ [Unreleased (beta)]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.3...0.24-dev
823
+ [0.23.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...v0.23.3
813
824
  [0.23.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.1...v0.23.2
814
825
  [0.23.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.0...v0.23.1
815
826
  [0.23.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.22.0...v0.23.0
@@ -10,7 +10,9 @@ module Datadog
10
10
  include Datadog::Configuration::Options
11
11
 
12
12
  option :service_name
13
- option :tracer, default: Datadog.tracer
13
+ option :tracer,
14
+ default: -> { Datadog.tracer },
15
+ lazy: true
14
16
  option :analytics_enabled, default: false
15
17
  option :analytics_sample_rate, default: 1.0
16
18
 
@@ -2,7 +2,7 @@ module Datadog
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 23
5
- PATCH = 2
5
+ PATCH = 3
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddtrace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.2
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-10 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack