terveystalo / react-native-piwik-pro-sdk

React Native wrapper for Piwik Pro SDK
https://www.npmjs.com/package/react-native-piwik-pro-sdk
MIT License
2 stars 2 forks source link

Add option to set local storage limits #24

Open aeirola opened 3 years ago

aeirola commented 3 years ago

The two SDKs unfortunately have quite different naming conventions for the options. Not sure what would be appropriate names here. Maybe the names used in the documentation titles.

Adds two new tracker option fields

  localStorageMaxSize: number,
  localStorageMaxAge: number,

See