Skip to content

Commit

Permalink
Fix a typo in a comment in the ApplicationInsights.config file (#2831)
Browse files Browse the repository at this point in the history
* Fix typo

Change ApplicationInsighs.HeartbeatProvider to ApplicationInsights.HeartbeatProvider

* Fix typo

Change ApplicationInsighs.HeartbeatProvider to ApplicationInsights.HeartbeatProvider
  • Loading branch information
PatrickMcDonald authored Nov 30, 2023
1 parent b426e2b commit c40468c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>
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 c40468c

Please sign in to comment.