Skip to content

Commit 7aa2ea3

Browse files
committed
fix(): support new grpc client
1 parent 9d6e67a commit 7aa2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptionsExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ internal static Uri AppendPathIfNotPresent(this Uri uri, string path)
243243

244244
return new Uri(string.Concat(uri.AbsoluteUri, separator, path));
245245
}
246-
}
246+
}

0 commit comments

Comments
 (0)