Skip to content

Commit

Permalink
update mobile and web sdk common fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip committed Aug 11, 2023
1 parent 5a20ac5 commit f4fe6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrations/Amplitude/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Amplitude {
this.trackNamedPages = config.trackNamedPages || false;
this.trackCategorizedPages = config.trackCategorizedPages || false;
this.attribution = config.attribution || false;
this.flushQueueSize = config.flushQueueSize || 30;
this.flushIntervalMillis = +config.flushIntervalMillis || 30000;
this.flushQueueSize = config.eventUploadThreshold || 30;
this.flushIntervalMillis = +config.eventUploadPeriodMillis || 30000;
this.trackNewCampaigns = config.trackNewCampaigns || false;
this.trackRevenuePerProduct = config.trackRevenuePerProduct || false;
this.preferAnonymousIdForDeviceId = config.preferAnonymousIdForDeviceId || false;
Expand Down

0 comments on commit f4fe6cb

Please sign in to comment.