You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TelemetryModules>
<!-- This module is added by default with default configuration. You only need to add this if you want to change the default configuration -->
<Addtype="com.microsoft.applicationinsights.internal.heartbeat.HeartBeatModule">
<!-- The period in seconds to send heartbeats. Default is 900 seconds (15 minutes). Minimum is 30 seconds. -->
<Paramname="HeartBeatInterval"value="900" />
<!-- If you want to disable heartbeat, set this to false -->
<Paramname="isHeartBeatEnabled"value="true" />
<!-- TBD -->
<Paramname="ExcludedHeartBeatPropertiesProvider"value="" />
<!-- TBD -->
<Paramname="ExcludedHeartBeatProperties"value="" />
</Add>
</TelemetryModules>