Meghan Fager

Results 1 comments of Meghan Fager

This worked for me for my node.js application: https://docs.microsoft.com/en-us/azure/azure-monitor/app/nodejs#use-multiple-instrumentation-keys let appInsights = require("applicationinsights"); // configure auto-collection under one ikey appInsights.setup("_ikey-A_").start(); // track some events manually under another ikey let otherClient...