Skip to content

Commit

Permalink
add new dependency to agent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Feb 4, 2025
1 parent be954fa commit ddf4ba2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class AgentInfo {
"com.lmax.disruptor",
"com.dslplatform.json",
"com.googlecode.concurrentlinkedhashmap",
"co.elastic.otel"
"co.elastic.otel",
"codes.rafael.asmjdkbridge"
));

private static final Set<String> agentRootPackages = new HashSet<>(Arrays.asList(
Expand Down

0 comments on commit ddf4ba2

Please sign in to comment.