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 57174f2 commit 9c363eeCopy full SHA for 9c363ee
tracer/src/Datadog.Trace/Debugger/Upload/SnapshotUploadApi.cs
@@ -25,7 +25,7 @@ private SnapshotUploadApi(
25
{
26
discoveryService.SubscribeToChanges(c =>
27
28
- Endpoint = c.DebuggerV2Endpoint ?? c.DiagnosticsEndpoint ?? c.DebuggerEndpoint;
+ Endpoint = c.DebuggerV2Endpoint ?? c.DiagnosticsEndpoint;
29
});
30
}
31
0 commit comments