fix: satisfy traceparent header lint

This commit is contained in:
Peter Steinberger
2026-04-26 08:43:26 +01:00
parent 072a5ae4b0
commit dd13141903

View File

@@ -218,7 +218,7 @@ function withDiagnosticTraceparentHeader(
}
headers[TRACEPARENT_HEADER_NAME] = traceparent;
return {
...(options ?? {}),
...options,
headers,
};
}