Skip to content

Commit 0e7e060

Browse files
committed
fix compilation
1 parent d1c1e75 commit 0e7e060

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap

dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/Agent.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,14 +1117,6 @@ private static void maybeStartDebugger(Instrumentation inst, Class<?> scoClass,
11171117
if (!debuggerEnabled && !exceptionDebuggingEnabled && !spanOriginEnabled) {
11181118
return;
11191119
}
1120-
if (ciVisibilityEnabled
1121-
&& !dynamicInstrumentationEnabled
1122-
&& !exceptionReplayEnabled
1123-
&& !codeOriginEnabled
1124-
&& !distributedDebuggerEnabled) {
1125-
// if CI Visibility is enabled, debugger should be disabled by default
1126-
return;
1127-
}
11281120
if (!remoteConfigEnabled) {
11291121
log.warn("Cannot enable Dynamic Instrumentation because Remote Configuration is not enabled");
11301122
return;

0 commit comments

Comments
 (0)