react-ga-donottrack
Version:
Wrapper for react-ga that only adds Google Analytics if DoNotTrack is not enabled
20 lines (11 loc) • 540 B
Markdown
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
- React no longer complains about the `trackerNames` property that was added to <OutboundLink>s in
react-ga v2.6.0. This property would be passed on the to the <a> element that would be rendered
instead when the user has DoNotTrack enabled, but that element does not support such a property.
- Initial public release as separate package