From 6953257aadb2290de59196431ece29507c1b70a1 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 26 Feb 2019 09:35:56 -0800 Subject: [PATCH] Fixing tracking and fixing the playground link --- assets/track.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/track.js b/assets/track.js index f94f793..26f76d4 100644 --- a/assets/track.js +++ b/assets/track.js @@ -5,4 +5,4 @@ var appInsights=window.appInsights||function(a){ instrumentationKey: "6ad37ae0-c4ab-4739-925c-1e2773c31f17" }); // prettier-ignore -window.appInsights=appInsights,appInsights.queue&&0===appInsights.queue.length&&appInsights.trackPageView(); +window.appInsights=appInsights,appInsights.queue&&0===appInsights.queue.length&&appInsights.trackPageView(null, null, {urlReferrer: document.referrer}); diff --git a/index.html b/index.html index 0986473..35ca90b 100644 --- a/index.html +++ b/index.html @@ -161,7 +161,7 @@

Playground

Build your app here! -
  • Playground
  • +
  • Playground