fix instrumentation keys
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
<AssemblyName>aka.terribledev.io</AssemblyName>
|
<AssemblyName>aka.terribledev.io</AssemblyName>
|
||||||
<PackageId>aka.terribledev.io</PackageId>
|
<PackageId>aka.terribledev.io</PackageId>
|
||||||
<ApplicationInsightsResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsResourceId>
|
|
||||||
<ApplicationInsightsAnnotationResourceId>/subscriptions/6332a4fe-3d5b-4857-9206-6dedd406f451/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/tparnellaka</ApplicationInsightsAnnotationResourceId>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="wwwroot\**\*">
|
<None Update="wwwroot\**\*">
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ApplicationInsights": {
|
"ApplicationInsights": {
|
||||||
"InstrumentationKey": "c8395922-9889-4634-abe5-9c40ef101856"
|
"InstrumentationKey": "c65d5477-68f6-4c5d-ac58-36ff3be6c8d5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user