diff --git a/src/app.js b/src/app.js index ab54aa4..72346db 100644 --- a/src/app.js +++ b/src/app.js @@ -8,3 +8,5 @@ const appInsights = new ApplicationInsights({ }) appInsights.loadAppInsights() appInsights.trackPageView() + +throw new Error('Test')