1.0.0 • Published 8 years ago
epic-snitchy v1.0.0
Snitchy
"Wrapper" for analyticsjs-boilerplate (!!! WIP, pre-alpha !!!)
Getting started
Installation
npm i -S epic-snitchy
Usage
<!-- 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 + envify
Based on the GREAT work of @philipwalton