Skip to content

Commit cd7c0f9

Browse files
committed
Test 2: Remove DefineClassInstrumentation and see if anything fails
1 parent 393e3ef commit cd7c0f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instrumentation/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/ClassLoaderInstrumentationModule.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public List<TypeInstrumentation> typeInstrumentations() {
5353
return asList(
5454
new BootDelegationInstrumentation(),
5555
new LoadInjectedClassInstrumentation(),
56-
new ResourceInjectionInstrumentation(),
57-
new DefineClassInstrumentation());
56+
new ResourceInjectionInstrumentation());
5857
}
5958
}

0 commit comments

Comments
 (0)