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 was archived by the owner on Oct 3, 2023. It is now read-only.
* Add failing test for returning a backtrace when capturing spans
* Capture the backtrace at the moment we create a span and store it
* Send the right number of arguments to zend_fetch_debug_backtrace
* Add failing test for capturing the backtrace when a TraceSpan is created
* Capture a filtered backtrace when a TraceSpan is created
* Add failing test for parsing backtrace into the /stacktrace label for GoogleCloudReporter
* Format and save the /stackframe label from the backtrace
* None of the stackframe keys are guaranteed to be present
* array_filter preserves indexes, we don't want to
0 commit comments