Browse Source

Merge pull request #1 from Pantalones411/dev

Added Application Insights Web for the webMVC app to capture real use…
pull/1645/head
gsvkarteek 4 years ago
committed by GitHub
parent
commit
d238af0738
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/Web/WebMVC/Views/Shared/_Layout.cshtml
  2. +1
    -0
      src/Web/WebMVC/Views/_ViewImports.cshtml

+ 1
- 0
src/Web/WebMVC/Views/Shared/_Layout.cshtml View File

@ -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">


+ 1
- 0
src/Web/WebMVC/Views/_ViewImports.cshtml View File

@ -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…
Cancel
Save