@splitsoftware/browser-rum-agent
Advanced tools
Comparing version 0.4.2-rc.4 to 0.5.0
@@ -38,2 +38,2 @@ "use strict"; | ||
exports.userAgent = getUserAgent(); | ||
exports.languageVersion = 'jsrum-' + '0.4.2-rc.4'; | ||
exports.languageVersion = 'jsrum-' + '0.5.0'; |
@@ -31,2 +31,2 @@ /* eslint-disable compat/compat */ | ||
export var userAgent = getUserAgent(); | ||
export var languageVersion = 'jsrum-' + '0.4.2-rc.4'; | ||
export var languageVersion = 'jsrum-' + '0.5.0'; |
{ | ||
"name": "@splitsoftware/browser-rum-agent", | ||
"version": "0.4.2-rc.4", | ||
"version": "0.5.0", | ||
"description": "Split Software RUM Agent for Browsers.", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
@@ -73,3 +73,3 @@ /* eslint-disable no-use-before-define */ | ||
* For example, if you set the prefix to 'my-app', the event type 'error' will be sent as 'my-app.error'. | ||
* If you set the prefix to a falsy value, like an empty string, `null` or `undefined`, the event type 'error' will be sent as 'error'. | ||
* If you set the prefix to a falsy value, like an empty string, the event type 'error' will be sent as 'error'. | ||
* | ||
@@ -76,0 +76,0 @@ * @defaultValue `'split.rum'` |
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
128558