Loading packages/fedify/src/otel/exporter.ts +4 −3 Original line number Diff line number Diff line Loading @@ -350,7 +350,8 @@ export class FedifySpanExporter implements SpanExporter { ) { signatureDetails = { httpSignaturesVerified: httpSigVerified === true, httpSignaturesKeyId: typeof httpSigKeyId === "string" httpSignaturesKeyId: typeof httpSigKeyId === "string" && httpSigKeyId !== "" ? httpSigKeyId : undefined, ldSignaturesVerified: ldSigVerified === true, Loading Loading
packages/fedify/src/otel/exporter.ts +4 −3 Original line number Diff line number Diff line Loading @@ -350,7 +350,8 @@ export class FedifySpanExporter implements SpanExporter { ) { signatureDetails = { httpSignaturesVerified: httpSigVerified === true, httpSignaturesKeyId: typeof httpSigKeyId === "string" httpSignaturesKeyId: typeof httpSigKeyId === "string" && httpSigKeyId !== "" ? httpSigKeyId : undefined, ldSignaturesVerified: ldSigVerified === true, Loading