kishor dabi

Results 3 comments of kishor dabi

We are using the **Snippet Setup** to initialise the it which is mentioned in link https://github.com/Microsoft/ApplicationInsights-JS?tab=readme-ov-file#snippet-setup-ignore-if-using-npm-setup we are calling below function to add telemetry and we are able to see...

@Karlie-777 please find below configuration object ``` { connectionString: window.connectionString, enableAutoRouteTracking: true, extensions: [ clickPluginInstance ], extensionConfig: { [clickPluginInstance.identifier] : { autoCapture: true, dataTags: { useDefaultContentNameOrId: true } } },...