| 1 | <?php |
||
| 8 | class SanitizeDataProcessor extends \Raven_SanitizeDataProcessor |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Replace any array values with our mask if the field name or the value matches a respective regex. |
||
| 12 | * |
||
| 13 | * @param mixed $item Associative array value |
||
| 14 | * @param string $key Associative array key |
||
| 15 | * |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function sanitize(&$item, $key) |
||
| 32 | } |
||
| 33 |