ApplicationInsights-JS/channels/applicationinsights-channel-js
Karlie-777 8628bba134
[Main][Task] 29445638: Fix Promise Initialization Sender Config Issue (#2413)
* handle init promise better

* update
2024-09-16 14:26:20 -07:00
..
Tests [Main][Task] 29445638: Fix Promise Initialization Sender Config Issue (#2413) 2024-09-16 14:26:20 -07:00
src [Main][Task] 29445638: Fix Promise Initialization Sender Config Issue (#2413) 2024-09-16 14:26:20 -07:00
.gitignore reorganize repo folders 2019-09-04 16:03:43 -07:00
.npmignore [Main] Add npm-pack and npm-publish tasks (#2033) 2023-04-06 13:57:43 -07:00
LICENSE Update and add legal compliance notices and license terms (#1865) 2022-07-26 14:38:18 -07:00
NOTICE Update and add legal compliance notices and license terms (#1865) 2022-07-26 14:38:18 -07:00
PRIVACY Update and add legal compliance notices and license terms (#1865) 2022-07-26 14:38:18 -07:00
README.md [Main][Release] Increase version to 3.0.3 (#2159) 2023-09-20 09:20:56 -07:00
api-extractor.json [Main] Add npm-pack and npm-publish tasks (#2033) 2023-04-06 13:57:43 -07:00
package.json [Main] [Release] Increase version to 3.3.2 (#2400) 2024-08-30 17:34:54 -07:00
rollup.config.js Task 20788238: [AI] Add ApplicationInsights namespace and workaround to support v2 and v3 loaded from the CDN (#2064) 2023-05-05 14:24:04 -07:00
tsconfig.json [Main] Add npm-pack and npm-publish tasks (#2033) 2023-04-06 13:57:43 -07:00
tslint.json address comments 2019-09-16 12:11:09 -07:00
typedoc.json [main] implement Osplugin, extracting windows 11 info and put into telemetry (#2294) 2024-04-03 01:40:22 -07:00

README.md

Microsoft Application Insights JavaScript SDK - Channel

Channel layer for the Application Insights JavaScript SDK

GitHub Workflow Status (main) Build Status npm version

Build

npm install -g grunt-cli
npm install
npm run build --silent

Test

npm run test

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Data Collection

As this SDK is designed to enable applications to perform data collection which is sent to the Microsoft collection endpoints the following is required to identify our privacy statement.

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsofts privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsofts Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-partys policies.

License

MIT