Updated FAQ (markdown)

Kamil Szostak 2016-09-27 10:20:34 -07:00
Родитель 2a6db55cde
Коммит 2d0bbe8cd6
1 изменённых файлов: 1 добавлений и 1 удалений

2
FAQ.md

@ -13,4 +13,4 @@ The easiest way is to write your own [telemetryInitializer](https://github.com/M
## Something weird is going on... How do I debug the JS SDK?
To make the debugging process easier you can `enableDebug` mode and turn on the `verboseLogging` (see [config](https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md#config)).
You can also use an un-minified version of the JS SDK script [ai.js](https://az416426.vo.msecnd.net/scripts/a/ai.js). The easiest way to use it is to temporarily change snippet to load the `ai.js` file instead of `ai.0.js`
You can also use an un-minified version of the JS SDK script [ai.js](https://az416426.vo.msecnd.net/scripts/a/ai.js). The easiest way to use it is to temporarily change snippet to load the `ai.js` file instead of `ai.0.js` (you can change the URL in the snippet).