Open stympy opened 2 weeks ago
We are seeing backtraces reported with this structure:
backtrace: - - '4' - source: '119': '' '120': " return (static function () use ($__path, $__data) {" '121': " extract($__data, EXTR_SKIP);"
But they should be like this:
backtrace: - source: '119': '' '120': " return (static function () use ($__path, $__data) {" '121': " extract($__data, EXTR_SKIP);"
We are seeing backtraces reported with this structure:
But they should be like this: