Skip to content

Commit 175bb7c

Browse files
Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/Transmission/OtlpExporterPersistentStorageTransmissionHandler.cs
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent cb396f0 commit 175bb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/Transmission/OtlpExporterPersistentStorageTransmissionHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ protected override bool OnSubmitRequestFailure(TRequest request, ExportClientRes
8686

8787
if (data != null)
8888
{
89-
this.persistentBlobProvider?.TryCreateBlob(data, out _);
89+
this.persistentBlobProvider.TryCreateBlob(data, out _);
9090
}
9191

9292
return true;

0 commit comments

Comments
 (0)