Sha256: cbc462b5bf6bd4eeefd803ccbca82086d5bd152192ceb1ea5396c5d3715a917a
Contents?: true
Size: 362 Bytes
Versions: 10
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 require 'opentelemetry' module OpenTelemetry module Instrumentation # Contains the OpenTelemetry instrumentation for the bunny gem module Bunny end end end require_relative './bunny/instrumentation' require_relative './bunny/version'
Version data entries
10 entries across 10 versions & 1 rubygems