Skip to content

Commit

Permalink
Merge branch 'dup' of github.com:plantfansam/opentelemetry-ruby-contr…
Browse files Browse the repository at this point in the history
…ib into dup
  • Loading branch information
plantfansam committed Feb 15, 2024
2 parents e84b23d + 822a6eb commit 5453135
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 5453135

Please sign in to comment.