# frozen_string_literal: true # Copyright 2019 OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry/sdk/correlation_context/builder' require 'opentelemetry/sdk/correlation_context/manager' module OpenTelemetry module SDK # Contains operational implementataions of the CorrelationContext::Manager module CorrelationContext end end end