Skip to content

Commit 9c363ee

Browse files
committed
do not fallback do debugger v1
1 parent 57174f2 commit 9c363ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Trace/Debugger/Upload/SnapshotUploadApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private SnapshotUploadApi(
2525
{
2626
discoveryService.SubscribeToChanges(c =>
2727
{
28-
Endpoint = c.DebuggerV2Endpoint ?? c.DiagnosticsEndpoint ?? c.DebuggerEndpoint;
28+
Endpoint = c.DebuggerV2Endpoint ?? c.DiagnosticsEndpoint;
2929
});
3030
}
3131

0 commit comments

Comments
 (0)