LaraBug / LaraBug

Laravel error reporting tool
https://www.larabug.com
MIT License
267 stars 58 forks source link

Report request parameters #52

Closed cbl closed 3 years ago

cbl commented 3 years ago

This pr adds adds request parameters to the reported data. (closes https://github.com/LaraBug/LaraBug/issues/51)

  1. Parameters values determined in larabug.blacklist will not be reported
  2. filterValuedoes not remove the array key, but sets the value to ***, by this one can see if a header/parameter exists
  3. You may now add filters like *token* to the blacklist