Skip to content

Commit

Permalink
Update instrumentation.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
  • Loading branch information
arielvalentin and kaylareopelle committed Dec 23, 2023
1 parent b6ac076 commit aee2d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
option :url_quantization, default: nil, validate: :callable
option :untraced_requests, default: nil, validate: :callable
option :response_propagators, default: [], validate: :array
# This option is only valid for applicaitons using Rack 2.0 or greater
# This option is only valid for applications using Rack 2.0 or greater
option :use_rack_events, default: true, validate: :boolean

# Temporary Helper for Sinatra and ActionPack middleware to use during installation
Expand Down

0 comments on commit aee2d7c

Please sign in to comment.