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
DEBUGGER track now apply SDS rules. We want to redact by default
the content of debugger logs (not only snapshots).
debugger/v2/input and debugger/v1/diagnostics endpoints send data to
DEBUGGER track. We privilege debugger/v2/input but fallback to
debugger/v1/diagnostics like snapshots
Copy file name to clipboardExpand all lines: dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest/AgentDebuggerIntegrationTest.java
if (line.contains("Started BatchUploader[Logs]")) {
118
118
return !line.matches(
119
-
".* Started BatchUploader\\[Logs] with target url http://localhost:\\d+/debugger/v1/input");
119
+
".* Started BatchUploader\\[Logs] with target url http://localhost:\\d+/debugger/v1/diagnostics");
120
120
}
121
121
if (line.contains("Started BatchUploader[SymDB]")) {
0 commit comments