angeljqv

Results 17 issues of angeljqv

## Summary ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...

It is already ignored https://github.com/HuasoFoundries/jpgraph/blob/0c5053edab7efb90aacae615645c808bfb8c30d8/.gitignore#L16

This could help with third party customization of the package It is the same code, only i did move it to his own method, it is **NOT A BREAKING CHANGE**,...

This could help with customization of the package It is the same code, only i did move it to his own method, it is **NOT A BREAKING CHANGE**, it could...

avoid sending `traceAsString` when already html trace exists, it is not necessary to send both at the same time https://github.com/maximebf/php-debugbar/blob/30f65f18f7ac086255a77a079f8e0dcdd35e828e/src/DebugBar/Resources/widgets.js#L580-L583 remove base path from trace paths ![image](https://github.com/maximebf/php-debugbar/assets/79208641/d638c8d4-51a6-42fd-aba1-890f438c546d) ![image](https://github.com/maximebf/php-debugbar/assets/79208641/43f3ff50-aac1-4689-a814-41f50c33e811) Closes #555

Is there a way to exclude/hide traces on ExceptionsCollector? If it doesn't exist the option, can it be a feature?