docs: resolve open documentation issues - #191
Open
Hector Hernandez (hectorhdzg) wants to merge 3 commits into
Open
docs: resolve open documentation issues#191Hector Hernandez (hectorhdzg) wants to merge 3 commits into
Hector Hernandez (hectorhdzg) wants to merge 3 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Hector Hernandez (hectorhdzg)
September 8, 2026 21:13
View session
There was a problem hiding this comment.
🟡 Changes recommended
The compatibility matrix adds a 19.4.1 entry that does not appear to be a published release, which can mislead users about available/compatible versions.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the React plugin documentation to address open documentation issues by modernizing links, clarifying tracking/telemetry options, and guiding users on version compatibility between the React plugin and the Application Insights web SDK.
Changes:
- Documented when to use
enableAutoRouteTracking,autoTrackPageVisitTime, andwithAITracking, including the telemetry each produces. - Added guidance on explicit tracking methods and avoiding duplicate telemetry.
- Updated the sample app link and added/updated compatibility/version guidance.
File summaries
| File | Description |
|---|---|
| README.md | Adds tracking-approach guidance, updates sample app link, and updates the compatibility matrix. |
| applicationinsights-react-js/README.md | Mirrors the tracking-approach guidance and updates the sample app link for the npm/package README. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Updates the React plugin documentation to resolve all currently open documentation-labeled issues:
enableAutoRouteTracking,autoTrackPageVisitTime, andwithAITracking, including the telemetry each option produces.19.4.1release to the compatibility matrix.Fixes #12
Fixes #48
Fixes #63