@newrelic/browser-agent 1.317.0-rc.2 → 1.317.0-rc.3
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/dist/cjs/common/constants/env.cdn.js +1 -1
- package/dist/cjs/common/constants/env.npm.js +1 -1
- package/dist/cjs/common/v2/mfe-vitals.js +1 -1
- package/dist/esm/common/constants/env.cdn.js +1 -1
- package/dist/esm/common/constants/env.npm.js +1 -1
- package/dist/esm/common/v2/mfe-vitals.js +1 -1
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.317.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.317.0-rc.3";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.317.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.317.0-rc.3";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -275,7 +275,7 @@ function trackMFEVitals(id) {
|
|
|
275
275
|
})
|
|
276
276
|
|
|
277
277
|
// Disconnect all observers on visibility change or page unload
|
|
278
|
-
|
|
278
|
+
;
|
|
279
279
|
['visibilitychange', 'pagehide'].forEach(type => {
|
|
280
280
|
_runtime.globalScope.addEventListener(type, vitals.disconnect, {
|
|
281
281
|
once: true,
|
|
@@ -270,7 +270,7 @@ export function trackMFEVitals(id) {
|
|
|
270
270
|
})
|
|
271
271
|
|
|
272
272
|
// Disconnect all observers on visibility change or page unload
|
|
273
|
-
|
|
273
|
+
;
|
|
274
274
|
['visibilitychange', 'pagehide'].forEach(type => {
|
|
275
275
|
globalScope.addEventListener(type, vitals.disconnect, {
|
|
276
276
|
once: true,
|