microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js
MIT License
320 stars 138 forks source link

[Beta] 'enableAutoCollectHeartbeat' does not exist on type 'ApplicationInsightsConfig' in 3.0.0-beta.6 #1164

Closed altinokdarici closed 1 year ago

altinokdarici commented 1 year ago

We have been using ^3.0.0-beta.5 for a while with the config.enableAutoCollectHeartbeat = false;. I realized that this property has been removed in the latest beta.6 version.

I was wondering what's the new way of disabling AutoCollectHeartbeat?

cc: @hectorhdzg

JacksonWeber commented 1 year ago

Hi @altinokdarici, it's no longer necessary to disable AutoCollectHeartbeat as of beta.6 as it's been removed as of #1151.