@dineroregnskab/datadog 6.3.0 → 6.3.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser-extentions-errors.d.ts","sourceRoot":"","sources":["../../src/filters/browser-extentions-errors.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"browser-extentions-errors.d.ts","sourceRoot":"","sources":["../../src/filters/browser-extentions-errors.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAU7D,eAAO,MAAM,4BAA4B,EAAE;IACvC,IAAI,EAAE,UAAU,CAAC;IACjB,GAAG,EAAE,SAAS,CAAC;CAQlB,CAAC"}
|
|
@@ -4,6 +4,7 @@ const stringsToCheck = [
|
|
|
4
4
|
'chrome-extension',
|
|
5
5
|
"Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'json').",
|
|
6
6
|
'Zotero',
|
|
7
|
+
"Cannot destructure property 'showPrompt'",
|
|
7
8
|
];
|
|
8
9
|
export const browserExtensionsErrorFilter = {
|
|
9
10
|
logs: (log) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser-extentions-errors.js","sourceRoot":"","sources":["../../src/filters/browser-extentions-errors.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG7D,MAAM,cAAc,GAAG;IACnB,kCAAkC;IAClC,kBAAkB;IAClB,6JAA6J;IAC7J,QAAQ;
|
|
1
|
+
{"version":3,"file":"browser-extentions-errors.js","sourceRoot":"","sources":["../../src/filters/browser-extentions-errors.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG7D,MAAM,cAAc,GAAG;IACnB,kCAAkC;IAClC,kBAAkB;IAClB,6JAA6J;IAC7J,QAAQ;IACR,0CAA0C;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAGrC;IACA,IAAI,EAAE,CAAC,GAAc,EAAW,EAAE;QAC9B,OAAO,kBAAkB,CAAC,SAAS,CAAC,IAAI,EAAE,GAAG,EAAE,cAAc,CAAC,CAAC;IACnE,CAAC;IACD,GAAG,EAAE,CAAC,KAAe,EAAW,EAAE;QAC9B,OAAO,kBAAkB,CAAC,SAAS,CAAC,GAAG,EAAE,KAAK,EAAE,cAAc,CAAC,CAAC;IACpE,CAAC;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Baune8D",
|
|
3
3
|
"description": "Datadog integration for Angular projects",
|
|
4
4
|
"devDependencies": {
|
|
5
|
-
"@angular/core": "21.2.
|
|
5
|
+
"@angular/core": "21.2.17",
|
|
6
6
|
"@datadog/browser-logs": "6.31.0",
|
|
7
7
|
"@datadog/browser-rum": "6.31.0",
|
|
8
8
|
"@eslint/js": "9.39.4",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
},
|
|
60
60
|
"type": "module",
|
|
61
61
|
"types": "./dist/index.d.ts",
|
|
62
|
-
"version": "6.3.
|
|
62
|
+
"version": "6.3.1"
|
|
63
63
|
}
|