public void Setup(string instrumentationKey)
 {
     MSAIApplicationInsights.Setup(instrumentationKey);
 }
Exemplo n.º 2
0
 public void Setup(string instrumentationKey)
 {
     MSAIApplicationInsights.Setup(instrumentationKey);
     MSAIApplicationInsights.SetAutoSessionManagementDisabled(false);
 }