Skip to content

Commit bb61cd6

Browse files
nimanikooxiang17
andauthored
Update OtlpExporterOptionsExtensions.cs
Co-authored-by: xiang17 <[email protected]>
1 parent 3820974 commit bb61cd6

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
@@ -67,7 +67,7 @@ public static THeaders GetHeaders<THeaders>(this OtlpExporterOptions options, Ac
6767
if (commaIndex == -1)
6868
{
6969
pair = headersSpan;
70-
headersSpan = [];
70+
headersSpan = ReadOnlySpan<char>.Empty;
7171
}
7272
else
7373
{

0 commit comments

Comments
 (0)