Skip to content

Commit ade67b1

Browse files
authored
Merge branch 'main' into nicholas.hulston/fix-span-link-optional-fields
2 parents 633543c + f7543b9 commit ade67b1

File tree

10 files changed

+348
-197
lines changed

10 files changed

+348
-197
lines changed

data-pipeline-ffi/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl From<TraceExporterError> for ExporterError {
119119
ExporterErrorCode::HttpUnknown
120120
}
121121
}
122-
TraceExporterError::Serde(_) => ExporterErrorCode::Serde,
122+
TraceExporterError::Serialization(_) => ExporterErrorCode::Serde,
123123
};
124124
ExporterError::new(code, &value.to_string())
125125
}

0 commit comments

Comments
 (0)