Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change ApplicationInsighs.HeartbeatProvider to ApplicationInsights.HeartbeatProvider
  • Loading branch information
PatrickMcDonald authored Nov 30, 2023
1 parent b426e2b commit 354e7a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Add xdt:Transform="InsertIfMissing" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule, Microsoft.AI.WindowsServer" />
<Add xdt:Transform="InsertIfMissing" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule, Microsoft.AI.WindowsServer">
<!--
Remove individual fields collected here by adding them to the ApplicationInsighs.HeartbeatProvider
Remove individual fields collected here by adding them to the ApplicationInsights.HeartbeatProvider
with the following syntax:

<Add Type="Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights">
Expand Down Expand Up @@ -42,4 +42,4 @@
<Add Type="Microsoft.ApplicationInsights.WindowsServer.FirstChanceExceptionStatisticsTelemetryModule, Microsoft.AI.WindowsServer">--></Add>
</TelemetryModules>

</ApplicationInsights>
</ApplicationInsights>

0 comments on commit 354e7a2

Please sign in to comment.