Description
Expected Behavior
When the storage
option is set to 'none'
, amplitude should not set any cookies or local storage.
Current Behavior
Amplitude still sets the amplitude_unsent_*
and amplitude_unsent_identify_*
values.
If this is expected behaviour, then it would be helpful for this to be documented on the storage
option.
Steps to Reproduce
- Initialise Amplitude with the option
storage: 'none'
- Visit the page with Amplitude running on it
- Check local storage
- Find that there are local storage values set by amplitude
Environment
- JS SDK Version: 8.21.9
- Installation Method: yarn
- Browser and Version: Firefox 133.0.3 (64-bit)