As I know, for c#, it can use this line of code: `TelemetryConfiguration.Active.TelemetryChannel.DeveloperMode = true;` Then in node.js, how to use Developer Mode in Application Insights? Thanks.