Results 2 issues of Corey Shott

After going through the tutorial and trying to run the scraper, I was getting "unable to import" errors on the config file (no module with name scraper_app.settings). finally, I found...

When using `react-ga` - we would set up the cross-domain tracking with the `linker` option in GA: ex: ``` ReactGA.ga("require", "linker") ReactGA.ga("linker:autoLink", ["source.com"]) ``` When we upgraded to this library...