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 c6297d4 commit f7a15b4Copy full SHA for f7a15b4
dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/probe/LogProbe.java
@@ -504,7 +504,7 @@ public void evaluate(
504
LogStatus logStatus = (LogStatus) status;
505
if (!hasCondition()) {
506
if (singleProbe) {
507
- // sampling was already done in isReadToCapture so we assume that if we are executing the
+ // sampling was already done in isReadyToCapture so we assume that if we are executing the
508
// current method it means the status should be sampled
509
if (!logStatus.getDebugSessionStatus().isDisabled()) {
510
logStatus.setSampled(true);
0 commit comments