enable self-diagnostics in example app (#2305)

This commit is contained in:
Timothy Mothra 2021-06-17 14:10:03 -07:00 коммит произвёл GitHub
Родитель 43a50596d4
Коммит eb1c2cc423
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
{
"LogDirectory": ".",
"FileSize": 1024,
"LogLevel": "Warning"
}

Просмотреть файл

@ -8,4 +8,11 @@
<ProjectReference Include="..\..\NETCORE\src\Microsoft.ApplicationInsights.AspNetCore\Microsoft.ApplicationInsights.AspNetCore.csproj" />
</ItemGroup>
<ItemGroup>
<!--This file enables self-diagnostics (https://github.com/microsoft/ApplicationInsights-dotnet/tree/develop/troubleshooting/ETW#self-diagnostics)-->
<Content Update="ApplicationInsightsDiagnostics.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>