mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:04:30 -04:00
Merge pull request #5524 from turbo124/v5-develop
Fixes for string length in analyticS
This commit is contained in:
commit
c8e7f28470
@ -206,7 +206,7 @@ class NinjaMailerJob implements ShouldQueue
|
|||||||
|
|
||||||
$job_failure = new EmailFailure($this->nmo->company->company_key);
|
$job_failure = new EmailFailure($this->nmo->company->company_key);
|
||||||
$job_failure->string_metric5 = get_parent_class($this);
|
$job_failure->string_metric5 = get_parent_class($this);
|
||||||
$job_failure->string_metric6 = $exception->getMessage();
|
$job_failure->string_metric6 = substr($exception->getMessage(), 0, 150);
|
||||||
|
|
||||||
LightLogs::create($job_failure)
|
LightLogs::create($job_failure)
|
||||||
->batch();
|
->batch();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user