Skip to content

Commit 16673ba

Browse files
committed
types
1 parent fa0b945 commit 16673ba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sig/datadog/core/remote/client.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ module Datadog
3535
def tracer_version: () -> ::String
3636
def native_platform: () -> ::String
3737
def ruby_engine_version: () -> ::String
38+
39+
def process_response: (untyped response) -> untyped
40+
def apply_config: (untyped paths, untyped targets, untyped contents) -> untyped
3841

3942
class GemSpecificationFallback
4043
def initialize: (::String?, ::String?) -> void

sig/datadog/di.rbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ module Datadog
33
def self.code_tracker: () -> CodeTracker?
44

55
def self.component: () -> Component?
6+
7+
def self.activate_tracking!: () -> void
8+
9+
def self.deactivate_tracking!: () -> void
610
end
711
end

0 commit comments

Comments
 (0)