This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Serialization error for Traces between PHP and Go daemon #244
Open
Description
The go daemon requires stackTrace to be an array of strings.
However, the Span class in the PHP library sets the stackTrace to an array of objects.
https://github.com/census-instrumentation/opencensus-php/blob/master/src/Trace/Span.php#L226
DaemonClient should serialize the objects before sending them to the daemon.
Metadata
Metadata
Assignees
Labels
No labels