Skip to content

Commit

Permalink
Merge branch 'main' into add-ruby-3-3-tests-for-sql-helper-gems
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Aug 8, 2024
2 parents cb9d029 + 6dab627 commit eb83304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def config_options(user_config)
h[option_name] = option[:default]
end

dropped_config_keys = user_config.keys - validated_config.keys
dropped_config_keys = user_config.keys - validated_config.keys - [:enabled]
OpenTelemetry.logger.warn("Instrumentation #{name} ignored the following unknown configuration options #{dropped_config_keys}") unless dropped_config_keys.empty?

validated_config
Expand Down

0 comments on commit eb83304

Please sign in to comment.