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 fa0b945 commit 16673baCopy full SHA for 16673ba
sig/datadog/core/remote/client.rbs
@@ -35,6 +35,9 @@ module Datadog
35
def tracer_version: () -> ::String
36
def native_platform: () -> ::String
37
def ruby_engine_version: () -> ::String
38
+
39
+ def process_response: (untyped response) -> untyped
40
+ def apply_config: (untyped paths, untyped targets, untyped contents) -> untyped
41
42
class GemSpecificationFallback
43
def initialize: (::String?, ::String?) -> void
sig/datadog/di.rbs
@@ -3,5 +3,9 @@ module Datadog
3
def self.code_tracker: () -> CodeTracker?
4
5
def self.component: () -> Component?
6
7
+ def self.activate_tracking!: () -> void
8
9
+ def self.deactivate_tracking!: () -> void
10
end
11
0 commit comments