Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtrace format is incorrect #214

Open
stympy opened this issue Nov 8, 2024 · 0 comments
Open

Backtrace format is incorrect #214

stympy opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels

Comments

@stympy
Copy link
Member

stympy commented Nov 8, 2024

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);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants