Applicationinsights-js: [BUG] Can not send telemetry from React app in Chrome

Created on 11 Oct 2019  路  1Comment  路  Source: microsoft/ApplicationInsights-JS

I configured application insights inside of my react app using the NPM Setup. I can send telemetry from Edge, but not from Chrome. The error I get in my console is as follows.

VM292:1 OPTIONS https://dc.services.visualstudio.com/v2/track net::ERR_BLOCKED_BY_CLIENT

Here is the error I get when I open the failed network call
Request URL: https://dc.services.visualstudio.com/v2/track
Referrer Policy: no-referrer-when-downgrade
Provisional headers are shown
Access-Control-Request-Headers: content-type,sdk-context
Access-Control-Request-Method: POST
Origin: http://localhost:3000
Referer: http://localhost:3000/login
Sec-Fetch-Mode: cors
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36

Most helpful comment

Probably because of adblock

>All comments

Probably because of adblock

Was this page helpful?
0 / 5 - 0 ratings