xysu2024
Results
1
comments of
xysu2024
@Karlie-777 The version of Application Insights SDK is 2.7.4. Our config is: ``` config: { "instrumentationKey": window.appInsightsInstrumentationKey, "endpointUrl": window.appInsightsEndpointUrl, "connectionString": window.appInsightsConnectionString "disableAjaxTracking": true, "disableExceptionTracking": true, } ``` Other properties in...