Lenin
Lenin
Workaround until this is fixed in Rollbar: ```php public function handleException(Throwable $exception): void { $this->log($exception->getMessage(), LogLevel::ERROR); if ($exception instanceof PDOException) { // Custom handling due to https://github.com/rollbar/rollbar-php/issues/492 // Do not...
Another workaround (as a patch on `rollbar/rollbar/src/Utilities.php`) before the `foreach` in `serializeForRollbar` method: ```php if ($obj instanceof \Cake\ORM\Query) { return self::serializeObject( "Custom PDO error: " . $obj->sql(), $customKeys, $objectHashes, $maxDepth,...
Thanks for the reply! ## Lenin. Sent from my Android. On Jun 28, 2013 5:16 AM, "pacbard" [email protected] wrote: > Unfortunately, we used the old static API for this project....
Is this supported now?
+1 Alignment needs to fixed.