Skip to content

Commit

Permalink
Remove deprecated experimental config (#9378)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 4, 2023
1 parent 5e004be commit db7eb14
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ public static ClassLoader getInstance(

extensions.addAll(parseLocation(earlyConfig.getString(EXTENSIONS_CONFIG), javaagentFile));

extensions.addAll(
parseLocation(
earlyConfig.getString("otel.javaagent.experimental.extensions"), javaagentFile));

// TODO when logging is configured add warning about deprecated property

if (extensions.isEmpty()) {
Expand Down

0 comments on commit db7eb14

Please sign in to comment.