epic-snitchy
v1.0.0
Published
Wrapper for Google Analytics
Maintainers
Readme
Snitchy
"Wrapper" for analyticsjs-boilerplate (!!! WIP, pre-alpha !!!)
Getting started
Installation
npm i -S epic-snitchyUsage
<!-- Loads analytics.js and custom tracking code asynchronously -->
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="/path/to/tracking.min.js"></script>import Snitchy from 'epic-snitchy'
// Set ga and/or sentry configurations.
const trackers = {
test: 'UA-12345-1',
prod: 'UA-12345-2',
}
new Snitchy(trackers, process.env.NODE_ENV) // production or anything, provided by Gulp + envifyBased on the GREAT work of @philipwalton
