angeljqv
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   Closes #555
Is there a way to exclude/hide traces on ExceptionsCollector? If it doesn't exist the option, can it be a feature?