apps-sdk 1.0.190 → 1.0.191
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
|
@@ -252,7 +252,7 @@ class Networking {
|
|
|
252
252
|
config.DEBUG_MODE && console.debug("sendEvent", eventType, finalKeyword, eventData);
|
|
253
253
|
try {
|
|
254
254
|
AdJust.trackEventIfExist(finalKeyword);
|
|
255
|
-
MixPanel.trackEventIfExist(finalKeyword, eventData);
|
|
255
|
+
// MixPanel.trackEventIfExist(finalKeyword, eventData);
|
|
256
256
|
let eventResponse = await this.request(config.ENDPOINTS.EVENTS_PUSH, {
|
|
257
257
|
event_name: finalKeyword,
|
|
258
258
|
event_type: eventType,
|