microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js
MIT License
324 stars 141 forks source link

[BETA] how to use TelemetryClient #1147

Closed floriankoch closed 4 months ago

floriankoch commented 1 year ago

I try to use the TelemetryClient and the AvailabilityTelemetry with the BETA Version for this package The client and types are in src/shim , how can this. be used?

(I use this with 2.6.0, does work without Problems)

hectorhdzg commented 1 year ago

@floriankoch shim is still work in progress, manual track APIs are still not fully functional in beta version, we will be adding that functionality soon

jarpoole commented 12 months ago

Any progress?

JacksonWeber commented 4 months ago

@floriankoch @jarpoole The shim is now complete and merged to the main branch of this project. These manual tracking APIs apart from the generic track (which is not supported), now work. Closing as this work is complete, but please reopen if you have further questions.