I recently connected my OTEL setup to Baselime via the OtplExporter in .NET. I've got everything wor

I recently connected my OTEL setup to Baselime via the OtplExporter in .NET. I've got everything working, except for the traceId and spanId. I'm sending the correct traceId and spanId to Baselime, but it somehow turns it into a comma-separated byte array? This is causing the logs to be disconnected from the traces. Does anyone know how to fix this behaviour?
image.png
Was this page helpful?