Skip to content

Commit

Permalink
Update instrumentation/trilogy/lib/opentelemetry/instrumentation/tril…
Browse files Browse the repository at this point in the history
…ogy/instrumentation.rb

Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
  • Loading branch information
plantfansam and kaylareopelle authored Feb 12, 2024
1 parent ca78370 commit 822a6eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def configure_propagator(config)
propagator = config[:propagator]
@propagator = case propagator
when 'vitess' then fetch_propagator(propagator, 'OpenTelemetry::Propagator::Vitess')
when "none", nil
when 'none', nil
nil
else
OpenTelemetry.logger.warn "The #{propagator} propagator is unknown and cannot be configured"
Expand Down

0 comments on commit 822a6eb

Please sign in to comment.