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

#feature request: Filter out all user-non-editable lines in stack listing #447

Open
UnrulyNatives opened this issue Feb 16, 2024 · 0 comments

Comments

@UnrulyNatives
Copy link

UnrulyNatives commented Feb 16, 2024

  • LogViewer Version: all versions
  • Laravel Version: 10
  • PHP Version: 8.3

Description:

  1. Now the stacktrace lists c. 50 entries, all IRRELEVANT except for these which point at user-editable files.
    TODO: an option in config file or a switch in any particular log view which would hide all lines containing vendor/.

  2. Also, sometimes I receive feedback that error is present in a complied view file, example: 'storage/framework/views/a305b6d9ebfed112c33ac65bcbb7550c.php:10'
    TODO: can the rendered view be traced to the user-editable version of the file? Now I'd need to manually get the file from production server and exert my memory to identify the file I need to edit. It's a pain.

  3. In many cases error is generated because of a data inconsistency. Currently your LogViewer would not assist in pinpointing the particular DB entry which is problematic. Is there any way to display URL accessed? Should I be able to see URL as ~/books/6 it would save lots of time. This is an issue also because robots try to access non-existing objects, e. books that are not defined in DB.

Steps To Reproduce:

(any stacktrace content )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants