@splitsoftware/browser-suite
Advanced tools
Comparing version 1.2.0 to 1.2.1-rc.0
@@ -0,1 +1,4 @@ | ||
1.3.0 (March 22, 2024) | ||
- Updated @splitsoftware/browser-rum-agent package to version 0.6.0. | ||
1.2.0 (March 4, 2024) | ||
@@ -2,0 +5,0 @@ - Updated @splitsoftware/browser-rum-agent package to version 0.5.0. |
@@ -46,2 +46,3 @@ "use strict"; | ||
client.destroy = function () { | ||
browser_rum_agent_1.SplitRumAgent.flush(); | ||
browser_rum_agent_1.SplitRumAgent.removeIdentity(identity_1); | ||
@@ -69,2 +70,3 @@ return originalDestroy_1.apply(client, arguments); | ||
settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.'); | ||
browser_rum_agent_1.SplitRumAgent.flush(); // flush events for previous SDK key | ||
browser_rum_agent_1.SplitRumAgent.removeIdentities(); // reset identities for new SDK key | ||
@@ -71,0 +73,0 @@ } |
@@ -43,2 +43,3 @@ import { objectAssign } from '@splitsoftware/splitio-commons/esm/utils/lang/objectAssign'; | ||
client.destroy = function () { | ||
SplitRumAgent.flush(); | ||
SplitRumAgent.removeIdentity(identity_1); | ||
@@ -66,2 +67,3 @@ return originalDestroy_1.apply(client, arguments); | ||
settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.'); | ||
SplitRumAgent.flush(); // flush events for previous SDK key | ||
SplitRumAgent.removeIdentities(); // reset identities for new SDK key | ||
@@ -68,0 +70,0 @@ } |
{ | ||
"name": "@splitsoftware/browser-suite", | ||
"version": "1.2.0", | ||
"version": "1.2.1-rc.0", | ||
"description": "Split Suite for JavaScript on Browser", | ||
@@ -50,3 +50,3 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@splitsoftware/browser-rum-agent": "^0.5.0", | ||
"@splitsoftware/browser-rum-agent": "^0.5.1-rc.6", | ||
"@splitsoftware/splitio-browserjs": "^0.13.1" | ||
@@ -53,0 +53,0 @@ }, |
@@ -56,2 +56,3 @@ import { objectAssign } from '@splitsoftware/splitio-commons/src/utils/lang/objectAssign'; | ||
client.destroy = function () { | ||
SplitRumAgent.flush(); | ||
SplitRumAgent.removeIdentity(identity); | ||
@@ -83,2 +84,3 @@ return originalDestroy.apply(client, arguments); | ||
settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.'); | ||
SplitRumAgent.flush(); // flush events for previous SDK key | ||
SplitRumAgent.removeIdentities(); // reset identities for new SDK key | ||
@@ -85,0 +87,0 @@ } |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
32095
457
2
+ Added@splitsoftware/browser-rum-agent@0.5.1-rc.6(transitive)
- Removed@splitsoftware/browser-rum-agent@0.5.0(transitive)