Sha256: c8f82ddc06c26309f662ab3145d5bc80cf9e327302e3ab1093ec9e0fd567372f
Contents?: true
Size: 276 Bytes
Versions: 35
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Logging module Ext # The technology from which the log originated. # @see https://docs.datadoghq.com/api/latest/logs/#send-logs DD_SOURCE = 'ruby' end end end end
Version data entries
35 entries across 35 versions & 2 rubygems