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.
You can make it work by commenting out all by one of the opencensus_trace_method lines in the load() function.
I'm confused because all the default tracing from https://github.com/a1comms/GaeSupportLaravel is loaded & reporting in Stackdriver expected and I can't spot any differences between those classes & this one. I've even made sure the callback function definitions match the parameters in the real functions.
The text was updated successfully, but these errors were encountered:
I'm trying to load a tracer class, but loading any more than one method trace at a time results in a segfault.
My class, which results in the segfault:
You can make it work by commenting out all by one of the
opencensus_trace_method
lines in theload()
function.I'm confused because all the default tracing from https://github.com/a1comms/GaeSupportLaravel is loaded & reporting in Stackdriver expected and I can't spot any differences between those classes & this one. I've even made sure the callback function definitions match the parameters in the real functions.
The text was updated successfully, but these errors were encountered: