lib/opentelemetry/instrumentation.rb in opentelemetry-instrumentation-rack-0.5.0 vs lib/opentelemetry/instrumentation.rb in opentelemetry-instrumentation-rack-0.6.0
- old
+ new
@@ -4,10 +4,10 @@
#
# SPDX-License-Identifier: Apache-2.0
module OpenTelemetry
# Instrumentation should be able to handle the case when the library is not installed on a user's system.
- module Snstrumentations
+ module Instrumentation
end
end
require_relative './instrumentation/rack'