ApplicationInsights-JS/docs
siyuniu-ms 50d893a00e
[main] fix deprecated size pic, point to new url (#2329)
* change all size url

* Create ai.3.2.0.js.svg

* add script to generate image

* remove image

* Update package.json

* create old size image pic

* create folder also

* remove logs

* Update old-size-image-generator.js

---------

Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2024-04-19 16:16:31 -07:00
..
media Add IPerfManager documentation (#1342) 2020-08-14 18:39:30 -07:00
upgrade [Main][Release] Increase version to 3.0.3 (#2159) 2023-09-20 09:20:56 -07:00
webSdk [main] implement Osplugin, extracting windows 11 info and put into telemetry (#2294) 2024-04-03 01:40:22 -07:00
Dependency.md [Main][Release] Increase version to 3.0.3 (#2159) 2023-09-20 09:20:56 -07:00
PerformanceMonitoring.md [Main][Release] Increase version to 3.0.3 (#2159) 2023-09-20 09:20:56 -07:00
README.md [main] fix deprecated size pic, point to new url (#2329) 2024-04-19 16:16:31 -07:00
SdkLoadFailure.md [main] [doc] add requireJs problem in SdkLoadFailure.md (#2229) 2023-12-29 18:40:01 -08:00
SdkLoadFailureSteps.md [main] update snippet ver to 7 and set gbl moudle as default in readme (#2156) 2023-09-22 17:08:20 -07:00
ThrottleMgr.md [Main][Task]24499172: add throttle manager doc (#2169) 2023-09-27 16:07:00 -07:00
WebConfig.md [Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message (#2325) 2024-04-10 17:40:39 -07:00
es3_Support.md [Main] Add npm-pack and npm-publish tasks (#2033) 2023-04-06 13:57:43 -07:00

README.md

Application Insights JavaScript SDK

GitHub Workflow Status (main) Build Status npm version minified size size gzip size

Before Getting Started

This SDK is not for non-browser environments, for example, the Node.js applications.

For instrumenting a Node.js app, the recommended SDK is the ApplicationInsights-node.js repository.

ES3 support has been removed from the latest version (v3.x), if required see for ES3/IE8 Support

Release Versions

Version Details
3.x
(main)
Current supported release from April '2023.
Supports dynamic configuration changes/updates after initialization. Supports all features of v2 except with the known Breaking changes from previous versions and does NOT support the previous v1.x compatible API proxy layer, it also removes support for ES3 / IE8. Minimum supported Runtime is now ES5 (IE9+).
2.x
(master)
Feature freeze from March '2023, security fixes and critical bugs only.
Supports adding / removing extensions and full unloading/removal of the SDK after initialization. Last version to support ES3 (IE8+), also provides a v1.x compatible API proxy layer for upgrading from V1.x.
1.0.x
(legacy-v1)
No longer actively maintained -- please Upgrade. The documentation for applicationinsights-js@1.0.x has moved here. If you are looking to upgrade to the new version of the SDK, please see the Upgrade Guide.

Docs

FAQ

Back to GitHub