We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ea12c commit 1fecae2Copy full SHA for 1fecae2
instrumentation/rack/lib/opentelemetry/instrumentation/rack/instrumentation.rb
@@ -36,7 +36,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
36
#
37
# @example Default usage
38
# Rack::Builder.new do
39
- # use *OpenTelemetry::Instrumentation::Rack::Instrumenation.instance.middleware_args
+ # use *OpenTelemetry::Instrumentation::Rack::Instrumentation.instance.middleware_args
40
# run lambda { |_arg| [200, { 'Content-Type' => 'text/plain' }, body] }
41
# end
42
# @return [Array] consisting of a middleware and arguments used in rack builders
0 commit comments