I have installed the browser script but I want to block certain items it sent to the app insights like the pagename. Can this be done?
I have installed the browser script but I want to block certain items it sends to the app insights like the pagename. Can this be done? (for security reason not everything can be sent)

5 comments
-
darensammy commented
Install via NPM. Then, set up an instance of Application Insights in your app. This is the basic method to be used.
Hope this helps!
https://playboxhdapk.co/ -
Anonymous commented
I found the app which was very interested. It has lots of features. It was used for communication. https://gbwhatsapppdownload.com
-
Max Shekhovtsov commented
You can look at telemetry initializer feature that allows you to intercept and modify each telemetry item before it gets sent to our backend - https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md#addtelemetryinitializer
-
Christophe G commented
Thanks Sergey
I will be looking into that page to see if this a solution -
Sergey Kanzhelev commented
With Application Insights SDK you can control what data is reported to the server. Here is a blog post I just wrote explaining how to do it: http://apmtips.com/blog/2015/08/15/disable-browser-telemetry-from-the-page/