We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6c524 commit 1f72ca6Copy full SHA for 1f72ca6
lib/datadog/core/remote/tie.rb
@@ -11,7 +11,7 @@ module Tie
11
)
12
13
def self.boot
14
- active_remote = Datadog.send(:components, allow_initialization: false).remote
+ active_remote = Datadog.send(:components, allow_initialization: false)&.remote
15
return if active_remote.nil?
16
17
barrier = nil
lib/datadog/core/remote/tie/tracing.rb
@@ -13,7 +13,7 @@ def self.tag(boot, span)
return if boot.nil?
return if span.nil?
18
19
# TODO: this is not thread-consistent
0 commit comments