microsoft / ApplicationInsights-node.js

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

[Beta] Update Instrumentation Options Type in Docs and Export from Index #1270

Closed JacksonWeber closed 5 months ago

JacksonWeber commented 5 months ago

AzureMonitorOpenTelemetryOptions extends DistroOptions which contains the InstrumentationOptions interface, which we cannot modify. Therefore we need to cast DistroInstrumentationOptions passed to the shim config by the client to InstrumentationOptions which includes the console and winston instrumentation options.

1269