mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Track JS errors as analytics events
This commit is contained in:
parent
9b8b150766
commit
b51cea769f
@ -51,6 +51,8 @@
|
||||
} else {
|
||||
logError(errorMsg);
|
||||
}
|
||||
|
||||
trackEvent('/error', errorMsg);
|
||||
} catch(err) {}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user