Open
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
- Remove private npm packages from examples/cfgSync/package.json that are not publicly available (@microsoft/applicationinsights-rollup-plugin-uglify3-js and @microsoft/ai-test-framework) - Update examples/cfgSync/rollup.config.js to remove the uglify import and unused production build code that relied on the private package - Add cfgSync example link to examples/README.md - Enhance extensions/applicationinsights-cfgsync-js/README.md with Getting Started section, installation instructions, usage examples for all sync modes, and Plugin API reference table Agent-Logs-Url: https://github.com/microsoft/ApplicationInsights-JS/sessions/bdf4fd03-d85c-4946-9b0c-d93f9be312a2 Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Copilot
AI
changed the title
[WIP] Add documentation for CFGSync and fix example project
Add CfgSync documentation and fix example build with private npm deps
Apr 8, 2026
MSNev
requested changes
Apr 8, 2026
…view feedback Agent-Logs-Url: https://github.com/microsoft/ApplicationInsights-JS/sessions/8e137937-3532-4db1-8985-19dfa2feba8c Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Copilot
AI
changed the title
Add CfgSync documentation and fix example build with private npm deps
Add CfgSync documentation
Apr 8, 2026
MSNev
approved these changes
Apr 8, 2026
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds getting-started documentation for the CfgSync plugin and links the new example from the examples index.
Changes:
- Added installation + usage docs (Broadcast, Receive, CDN fetch) and a Plugin API reference table to the CfgSync README
- Fixed documentation typos/wording in the CfgSync README
- Added CfgSync example link to the examples index
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| extensions/applicationinsights-cfgsync-js/README.md | Adds “Getting Started” guidance and an API reference section for CfgSync |
| examples/README.md | Adds CfgSync entry to the examples list |
MSNev
requested changes
May 4, 2026
Agent-Logs-Url: https://github.com/microsoft/ApplicationInsights-JS/sessions/dc3bdffc-f5ec-4dc8-941e-72e8ad58920a Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
MSNev
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
examples/README.mdto add the cfgSync example linkextensions/applicationinsights-cfgsync-js/README.mdwith installation instructions and usage examples for all sync modes (Broadcast, Receive, None, CDN endpoint) plus a Plugin API tableexamples/cfgSync/package.json— build pipeline left unchanged per reviewer feedbackexamples/cfgSync/rollup.config.js— build pipeline left unchanged per reviewer feedbackICfgSyncMode.Nonecode snippet to README so all three listed modes have examples