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 dry run option #27

Open aeirola opened 3 years ago

aeirola commented 3 years ago

New tracking option to disable dispatching of events. Could possibly also log some debug information. The Android API is a bit strange, would need to figure out what the Package parameter means.

   dryRun: boolean,

See