You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -166,20 +166,13 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
166
166
167
167
TelemetryClient.setActive(telemetryClient);
168
168
169
-
// TODO (heya) remove duplicate code in both RuntimeConfigurator and SecondEntryPoint
0 commit comments