When using the default transport (json over HTTP) and setting a log using $span->infof("a log message") on the span, the span data reporting will fail with the following message:
Unable to decode body: json: cannot unmarshal bool into Go struct field KeyValue.span_records.log_records.fields.Value of type string
When using the default transport (json over HTTP) and setting a log using
$span->infof("a log message")
on the span, the span data reporting will fail with the following message: