web-manager 3.2.52 → 3.2.54
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/index.js +4 -4
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -521,7 +521,7 @@ function Manager() {
|
|
|
521
521
|
type: '',
|
|
522
522
|
showLink: false,
|
|
523
523
|
content: {
|
|
524
|
-
message: 'We use cookies to ensure you get the best experience on our website. By continuing to use the site, you agree to our<a href="/terms
|
|
524
|
+
message: 'We use cookies to ensure you get the best experience on our website. By continuing to use the site, you agree to our<a href="/terms" class="cc-link" style="padding-right: 0">terms of service</a>.',
|
|
525
525
|
// dismiss: 'Got it!',
|
|
526
526
|
dismiss: 'I understand',
|
|
527
527
|
},
|
|
@@ -1525,9 +1525,9 @@ function Manager() {
|
|
|
1525
1525
|
console.error('[SENTRY] Caught error', event, hint);
|
|
1526
1526
|
|
|
1527
1527
|
// Skip processing the event
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1528
|
+
if (self.isDevelopment()) {
|
|
1529
|
+
return null;
|
|
1530
|
+
}
|
|
1531
1531
|
|
|
1532
1532
|
// Process the event
|
|
1533
1533
|
return event;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-manager",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.54",
|
|
4
4
|
"description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"replace": {}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sentry/browser": "^8.
|
|
43
|
+
"@sentry/browser": "^8.15.0",
|
|
44
44
|
"cookieconsent": "^3.1.1",
|
|
45
45
|
"firebase": "^9.23.0",
|
|
46
|
-
"itwcw-package-analytics": "^1.0.
|
|
46
|
+
"itwcw-package-analytics": "^1.0.5",
|
|
47
47
|
"lazysizes": "^5.3.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|