You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
The go daemon requires stackTrace to be an array of strings.
https://github.com/census-instrumentation/opencensus-php/blob/master/daemon/processor/local/helper_types.go#L37
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.
The text was updated successfully, but these errors were encountered: