Added Application Insights Web for the webMVC app to capture real user monitoring
This commit is contained in:
parent
627b511891
commit
29742bd1b2
@ -30,6 +30,7 @@
|
||||
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
|
||||
<link rel="stylesheet" href="~/css/override.css" type="text/css" />
|
||||
</environment>
|
||||
@Html.Raw(JavaScriptSnippet.FullScript)
|
||||
</head>
|
||||
<body>
|
||||
<header class="esh-app-header">
|
||||
|
@ -2,4 +2,5 @@
|
||||
@using Microsoft.eShopOnContainers.WebMVC.ViewModels
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
|
||||
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user