diff --git a/README.md b/README.md index a753a6dc9..9aac994fc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ yarn ``` ## Contributing -All indiviudal integrations are stored in the `integrations/` directory. We recommend navigating into the individual integration you are contributing to in your terminal rather than working from the root directory: +All individual integrations are stored in the `integrations/` directory. We recommend navigating into the individual integration you are contributing to in your terminal rather than working from the root directory: ```bash cd integrations/ diff --git a/integrations/amplitude/HISTORY.md b/integrations/amplitude/HISTORY.md index 1f29020b0..315e63081 100644 --- a/integrations/amplitude/HISTORY.md +++ b/integrations/amplitude/HISTORY.md @@ -1,3 +1,7 @@ +# 3.2.0 / 2019-08-27 + +- Add support for unsetParamsReferrerOnNewSession setting + # 3.1.0 / 2019-08-09 - Add mapping of non-property fields to event_props. diff --git a/integrations/amplitude/lib/index.js b/integrations/amplitude/lib/index.js index 74e944fb5..18cbc1093 100644 --- a/integrations/amplitude/lib/index.js +++ b/integrations/amplitude/lib/index.js @@ -50,6 +50,7 @@ var Amplitude = (module.exports = integration('Amplitude') .option('traitsToSetOnce', []) .option('traitsToIncrement', []) .option('appendFieldsToEventProps', {}) + .option('unsetParamsReferrerOnNewSession', false) .tag('