apps-sdk 1.1.10 → 1.1.11
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/package.json
CHANGED
|
@@ -222,7 +222,7 @@ class PayWall extends React.Component {
|
|
|
222
222
|
switch(true) {
|
|
223
223
|
case data.eventName === 'on_boarding' && data.eventValue.toString().substring(0, 4) === 'step':
|
|
224
224
|
const stepNumber = data.eventValue.toString().substring(4);
|
|
225
|
-
MixPanel.trackEvent('Onboarding Screen
|
|
225
|
+
MixPanel.trackEvent('Onboarding Screen Steps', {
|
|
226
226
|
"onboarding_id": config.PAYWALL_DATA.others.on_boarding.dsn_id.toString(),
|
|
227
227
|
"onboarding_total_steps": 4,
|
|
228
228
|
"onboarding_step": stepNumber,
|