[Dynamic Instrumentation] DEBUG-5018 Send logs to debugger intake by dudikeleti · Pull Request #8092 · DataDog/dd-trace-dotnet
dudikeleti
deleted the
dudik/di/send-logs-to-debugger
branch
dudikeleti added a commit that referenced this pull request
Jan 23, 2026) ## Summary of changes Updated logs to use the same preferred endpoint selection as snapshots. ## Reason for change Logs should be sent to the debugger intake so we can redact them like snapshots. ## Implementation details Centralized endpoint fallback selection in AgentConfiguration: DebuggerUploadEndpoint: `DebuggerV2Endpoint ?? DiagnosticsEndpoint` (used by snapshots and logs) DebuggerDiagnosticsUploadEndpoint: `DiagnosticsEndpoint ?? DebuggerEndpoint` (used by diagnostics) Updated upload APIs to use the centralized properties: SnapshotUploadApi → `c.DebuggerUploadEndpoint` LogUploadApi → `c.DebuggerUploadEndpoint` DiagnosticsUploadApi → `c.DebuggerDiagnosticsUploadEndpoint`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters