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