Skip to content

Commit 7c18fe2

Browse files
authored
Remove no longer needed class file transformer (#1435)
1 parent dbc8941 commit 7c18fe2

File tree

2 files changed

+0
-107
lines changed

2 files changed

+0
-107
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/BeforeAgentInstaller.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ private BeforeAgentInstaller() {
8080
}
8181

8282
public static void beforeInstallBytebuddyAgent(Instrumentation instrumentation) throws Exception {
83-
instrumentation.addTransformer(new CommonsLogFactoryClassFileTransformer());
8483
start(instrumentation);
8584
// add sdk instrumentation after ensuring Global.getTelemetryClient() will not return null
8685
instrumentation.addTransformer(new TelemetryClientClassFileTransformer());

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/CommonsLogFactoryClassFileTransformer.java

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)