UNPKG

redux-appinsights

Version:
22 lines (20 loc) 1.14 kB
<!DOCTYPE html> <html> <head> <title>Redux TodoMVC example</title> <script type="text/javascript"> var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace"];i.length;)r("track"+i.pop());return r("setAuthenticatedUserContext"),r("clearAuthenticatedUserContext"),config.disableExceptionTracking||(i="onerror",r("_"+i),f=e[i],e[i]=function(config,r,u,e,o){var s=f&&f(config,r,u,e,o);return s!==!0&&t["_"+i](config,r,u,e,o),s}),t }({ instrumentationKey:"88e5e0c1-943a-44f8-88c7-01e5b7b4ab6c" }); window.appInsights=appInsights; appInsights.trackPageView(); </script> </head> <body> <div class="todoapp" id="root"> </div> <script src="/static/bundle.js"></script> </body> </html>