tracker
tracker copied to clipboard
Pragmarx and Sentry
I have an error :
Too few arguments to function PragmaRX\Tracker\Support\Exceptions\Handler::handleError(), 4 passed in /home/vagrant/projets/xxx/xxx_web/vendor/sentry/sentry/src/ErrorHandler.php on line 361 and exactly 5 expected
Tracker have 5 args then Sentry 4 args
return false !== \call_user_func($this->previousErrorHandler, $level, $message, $file, $line);
VS
public function handleError($err_severity, $err_msg, $err_file, $err_line, array $err_context)
Any solution?
Can't get it work... same problem