nexus_semantic_logger 1.11.3 → 1.11.4

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
  SHA256:
3
- metadata.gz: 14e22f42ddbae2ef45d866403fbd954b4e5713219aaca897472b8e0686fd43f5
4
- data.tar.gz: 94207afe26665630e15ed2aeed7e30ac6efaa42fe85038a0390314b88995982f
3
+ metadata.gz: ed653b1e32d734bfc4e9018951531faa51ee614a208f6bddd6dc850cff007ecc
4
+ data.tar.gz: 8e23a796f5f3d229c8492628743f6c54dffed4f9028bed78748b917fa1869a8f
5
5
  SHA512:
6
- metadata.gz: 89130fd037ac1b30bbfe2c87932820c3cc2b3df3ef1d06cc46e744d405298c481f29b19d201d087abe7441db1b065b4739875c6974d01adce48d58b53e40eaac
7
- data.tar.gz: 88be14d4564733680af9cbbe292579d6d88a36850bbb3005a135c74ab37d62cb5d76f166340e219d0e5d601fab714eba1fbc9d711f0299dedda04116c9e67074
6
+ metadata.gz: e50db7baa294a226af0975d8bb43249056852f0daedcf47f80be5f98ea845803feceba576285c68810384034f0b70cd7909526b24d596f2172d4f5329fca2d0b
7
+ data.tar.gz: 470076081cc272decc996dea61f91e10723db443636ecbdebc071507b0f77a8b392916697b3838cbc19b3b52e2f9700e050d2a2db2bb72063afb3af0c162c112
@@ -15,7 +15,7 @@ module NexusSemanticLogger
15
15
  config.log_tags = {
16
16
  request_id: :request_id,
17
17
  dd: -> (_) {
18
- correlation = Datadog.tracer.active_correlation
18
+ correlation = Datadog::Tracing.correlation
19
19
  {
20
20
  trace_id: correlation.trace_id.to_s,
21
21
  span_id: correlation.span_id.to_s,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module NexusSemanticLogger
3
- # Leave this as 1.11.3 in order for CI process to replace with the tagged version.
4
- VERSION = '1.11.3'
3
+ # Leave this as 1.11.4 in order for CI process to replace with the tagged version.
4
+ VERSION = '1.11.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus_semantic_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.3
4
+ version: 1.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnathon Harris