@splitsoftware/browser-rum-agent
Advanced tools
Comparing version 0.6.2-rc.0 to 0.7.0
@@ -1,2 +0,2 @@ | ||
0.7.0 (May 15, 2024) | ||
0.7.0 (May 16, 2024) | ||
- Added '@splitsoftware/browser-rum-agent/slim' sub-package for ES Modules and CommonJS builds, to support a smaller bundle size by excluding the event collectors that are registered by default in the main package, like `errors` and `navigationTiming`. This package is recommended for users who want to manually register only the event collectors they need. | ||
@@ -3,0 +3,0 @@ In other words, importing: |
@@ -21,2 +21,3 @@ "use strict"; | ||
// - feature detection of Promise, History and Performance APIs is done by event collector modules. These features are required for some modules to collect data, but not for the RUM Agent to work. | ||
// In Browser, the global `window` object is polluted with the agent | ||
exports.isBrowser = typeof window === 'object' && typeof document === 'object'; | ||
@@ -23,0 +24,0 @@ exports.globalRef = exports.isBrowser ? window : {}; |
@@ -38,2 +38,2 @@ "use strict"; | ||
exports.userAgent = getUserAgent(); | ||
exports.languageVersion = 'jsrum-' + '0.6.2-rc.0'; | ||
exports.languageVersion = 'jsrum-' + '0.7.0'; |
@@ -18,2 +18,3 @@ import { setSchedule, flush, track, queue } from '../utils/queue'; | ||
// - feature detection of Promise, History and Performance APIs is done by event collector modules. These features are required for some modules to collect data, but not for the RUM Agent to work. | ||
// In Browser, the global `window` object is polluted with the agent | ||
export var isBrowser = typeof window === 'object' && typeof document === 'object'; | ||
@@ -20,0 +21,0 @@ export var globalRef = isBrowser ? window : {}; |
@@ -31,2 +31,2 @@ /* eslint-disable compat/compat */ | ||
export var userAgent = getUserAgent(); | ||
export var languageVersion = 'jsrum-' + '0.6.2-rc.0'; | ||
export var languageVersion = 'jsrum-' + '0.7.0'; |
{ | ||
"name": "@splitsoftware/browser-rum-agent", | ||
"version": "0.6.2-rc.0", | ||
"version": "0.7.0", | ||
"description": "Split Software RUM Agent for Browsers.", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138421
2892