Fix bug where GA being slow to load caused crash
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = class CraftingGuideRouter extends Backbone.Router
|
|||||||
return if @_lastReported is pathname
|
return if @_lastReported is pathname
|
||||||
@_lastReported = pathname
|
@_lastReported = pathname
|
||||||
|
|
||||||
if global.env is 'production'
|
if global.env is 'production' and ga?
|
||||||
logger.info "Recording GA page view: #{pathname}"
|
logger.info "Recording GA page view: #{pathname}"
|
||||||
ga 'send', 'pageview', pathname
|
ga 'send', 'pageview', pathname
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user