We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb35434 commit 83a1abbCopy full SHA for 83a1abb
javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/AgentInstaller.java
@@ -140,7 +140,7 @@ private static void installBytebuddyAgent(
140
.with(MethodGraph.Compiler.ForDeclaredMethods.INSTANCE)
141
.with(VisibilityBridgeStrategy.Default.NEVER)
142
.with(InstrumentedType.Factory.Default.FROZEN))
143
- .with(AgentBuilder.TypeStrategy.Default.DECORATE)
+ .with(AgentBuilder.TypeStrategy.Default.REDEFINE)
144
.disableClassFormatChanges()
145
.with(AgentBuilder.RedefinitionStrategy.RETRANSFORMATION)
146
.with(new RedefinitionDiscoveryStrategy())
0 commit comments