@sap-ux/telemetry 0.6.102 → 0.6.103
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.
|
@@ -39,7 +39,7 @@ const azure_client_config_1 = require("./azure-client-config");
|
|
|
39
39
|
const config_state_1 = require("../config-state");
|
|
40
40
|
const types_1 = require("../types");
|
|
41
41
|
const parseErrorStack = (errorStack) => {
|
|
42
|
-
const regexps = [/sap-ux.+/gi, /[a-zA-Z
|
|
42
|
+
const regexps = [/sap-ux.+/gi, /[-a-zA-Z]+\/ide-extension\/.+/gi, /(\/telemetry\/.+)/gi];
|
|
43
43
|
const parsedStack = [];
|
|
44
44
|
const filtered = errorStack.split('\n').filter((line) => !!/^\s*at .*(\S+:\d+|\(native\))/m.exec(line));
|
|
45
45
|
if (!filtered.length) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/telemetry",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.103",
|
|
4
4
|
"description": "Library for sending usage telemetry data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"performance-now": "2.1.0",
|
|
20
20
|
"yaml": "2.8.3",
|
|
21
21
|
"@sap-ux/store": "1.5.13",
|
|
22
|
+
"@sap-ux/project-access": "1.36.2",
|
|
22
23
|
"@sap-ux/btp-utils": "1.1.14",
|
|
23
|
-
"@sap-ux/project-access": "1.36.1",
|
|
24
24
|
"@sap-ux/ui5-config": "0.30.3",
|
|
25
25
|
"@sap-ux/logger": "0.8.5",
|
|
26
26
|
"@sap-ux/nodejs-utils": "0.2.21"
|