Sha256: 34f080191c5b343fa7a25b4f39fbb81d7691c2236ddb290565ccec156141a390
Contents?: true
Size: 364 Bytes
Versions: 11
Compression:
Stored size: 364 Bytes
Contents
# typed: strict # Entrypoint file for auto instrumentation. # # This file's path is part of the @public_api. require_relative '../ddtrace' require_relative '../datadog/tracing/contrib/auto_instrument' Datadog::Profiling.start_if_enabled module Datadog module AutoInstrument # Flag to determine if Auto Instrumentation was used LOADED = true end end
Version data entries
11 entries across 11 versions & 1 rubygems