Fixes for Analytics
This commit is contained in:
parent
1f94644f28
commit
da99471e15
1 changed files with 0 additions and 1 deletions
|
|
@ -205,7 +205,6 @@ class NinjaMailerJob implements ShouldQueue
|
|||
nlog($exception->getMessage());
|
||||
|
||||
$job_failure = new EmailFailure($this->nmo->company->company_key);
|
||||
$job_failure->string_metric5 = get_parent_class($this);
|
||||
$job_failure->string_metric6 = substr($exception->getMessage(), 0, 150);
|
||||
|
||||
LightLogs::create($job_failure)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue