Sha256: e8ce2a64b8a2b83db0c4f5e3c960c88ad0fe78451b38c3adb57e448817bdce58
Contents?: true
Size: 373 Bytes
Versions: 23
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/trace/propagation/trace_context' module OpenTelemetry module Trace # The Trace::Propagation module contains injectors and extractors for # sending and receiving span context over the wire module Propagation end end end
Version data entries
23 entries across 23 versions & 1 rubygems