You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also includes a compatibility update in src/common/Telemetry.ts required for applicationinsights 3.x (TelemetryClient import/type updates) so the project builds successfully, and an ChangeLog.md update under Upcoming Release to document these changes.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
@copilot, review and fix the whole PR. this PR is hvaing build issues.
Addressed the build break in commit 7025d65. I updated src/common/Telemetry.ts for applicationinsights@3.x compatibility (new TelemetryClient import and request payload typing updates), and npm run build now succeeds locally. I also ran npm run test:exe; it fails due to missing prebuilt Windows binary (npm run build:exe) rather than this change.
@copilot please update Changelog file as per changes.
Updated in 7c64a44: ChangeLog.md now includes Upcoming Release notes for the applicationinsights/@opentelemetry/core bump and the telemetry compatibility update.
CopilotAI
changed the title
Bump @opentelemetry/core and applicationinsights
Bump @opentelemetry/core and applicationinsights (with v3 telemetry compatibility fix)
Jun 17, 2026
@md84419, thanks for checking in.
We were primarily focused on resolving release-related issues and completing the recent Azurite release, which delayed our review of this PR.
We are now revisiting the change and will validate it against the latest codebase before making a merge decision.
Thanks for your patience and contribution.
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
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.
Bumps @opentelemetry/core to 2.8.0 and updates ancestor dependency applicationinsights. These dependencies need to be updated together.
Updates
@opentelemetry/corefrom 2.0.1 to 2.8.0Updates
applicationinsightsfrom 2.9.8 to 3.15.0Also includes a compatibility update in
src/common/Telemetry.tsrequired forapplicationinsights3.x (TelemetryClient import/type updates) so the project builds successfully, and anChangeLog.mdupdate under Upcoming Release to document these changes.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.