apps-sdk 1.0.166 → 1.0.167

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.0.166",
3
+ "version": "1.0.167",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -113,6 +113,7 @@ class AdJust {
113
113
  Session.setAdjustAttribution(attribution);
114
114
  if (MixPanel.isMixpanelInitialized()) {
115
115
  for (let key in attribution) {
116
+ config.DEBUG_MODE && console.log('MixPanel Setting key: ' + key + ' with value: ' + attribution[key]);
116
117
  MixPanel.mixpanel.getPeople().set(key, attribution[key]);
117
118
  }
118
119
  }