tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Pragmarx and Sentry

Open piep14 opened this issue 4 years ago • 2 comments

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)

piep14 avatar Jul 22 '19 10:07 piep14

Any solution?

NkrumahAlipio avatar Mar 08 '21 09:03 NkrumahAlipio

Can't get it work... same problem

simonepozzobon avatar Jan 11 '22 08:01 simonepozzobon