Sha256: 6b0ad5b444c2b03393ea1c722da8dea447c5f4559bff0bb4847b0a9543e83d8d
Contents?: true
Size: 242 Bytes
Versions: 5
Compression:
Stored size: 242 Bytes
Contents
module Datadog module Profiling module Transport # Generic interface for profiling transports module Client def send_profiling_flush(flush) raise NotImplementedError end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems