@capillarytech/cap-ui-utils 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GA/index.js +3 -0
- package/package.json +1 -1
package/GA/index.js
CHANGED
|
@@ -111,6 +111,9 @@ const errorTracks = () => {
|
|
|
111
111
|
const message = [
|
|
112
112
|
'Message: ' + msg,
|
|
113
113
|
'URL: ' + url,
|
|
114
|
+
'LineNo: ' + lineNo,
|
|
115
|
+
'ColumnNo: ' + columnNo,
|
|
116
|
+
'Error object: ' + JSON.stringify(error),
|
|
114
117
|
].join(' - ');
|
|
115
118
|
tracker.trackException({
|
|
116
119
|
description: message,
|