Provide stack trace filtering in context
Filters stack traces in both log text and context since they mostly end up here.
Tests successful using composer test as well as in dependent Laravel project.
hey @essell , thanks for the PR!
Do you think we could have a test for this use case? One to make sure a stack trace within a context string gets filtered, and another to make sure non-stack, multiline context strings don't get affected.
hey @essell , thanks for the PR!
Do you think we could have a test for this use case? One to make sure a stack trace within a context string gets filtered, and another to make sure non-stack, multiline context strings don't get affected.
@arukompas Sure! FYI, the changes I submitted only look through the first level of the context array for stack trace filtering, and doesn't recurse into it deeper. I suspect that it's a rare use case to stick the trace deep into a sub-array, so I opted for simplicity.
hey @essell , is this PR still relevant, or have you changed your mind about it?
Thanks @essell , added the tests here - https://github.com/opcodesio/log-viewer/pull/482
@essell release tagged - v3.21.0