@mparticle/web-sdk
Advanced tools
Comparing version 2.15.4 to 2.15.5
{ | ||
"name": "@mparticle/web-sdk", | ||
"version": "2.15.4", | ||
"version": "2.15.5", | ||
"description": "mParticle core SDK for web applications", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -1221,2 +1221,10 @@ // | ||
if (config.flags.hasOwnProperty(Constants.FeatureFlags.EventsV3)) { | ||
// TODO: Remove this after 8/12/2022 | ||
if (config.flags[Constants.FeatureFlags.EventsV3] !== '100') { | ||
var message = | ||
'mParticle will be enabling Event Batching for all customers on July 12, 2022. ' + | ||
'For more details, please see our docs: https://docs.mparticle.com/developers/sdk/web/getting-started/'; | ||
mpInstance.Logger.warning(message); | ||
} | ||
mpInstance._Store.SDKConfig.flags[Constants.FeatureFlags.EventsV3] = | ||
@@ -1223,0 +1231,0 @@ config.flags[Constants.FeatureFlags.EventsV3]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1539416
27998