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 354e7a2 commit 13480e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/.NET Config File/2.10.0_ApplicationInsights.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Add Type="Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule, Microsoft.AI.WindowsServer"/>
<Add 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 @@ -138,4 +138,4 @@
Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
-->
</ApplicationInsights>
</ApplicationInsights>

0 comments on commit 13480e4

Please sign in to comment.