-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read language version from installation report (#452)
In the diagnose report, in the extension installation report section, the wrong language version field was read. It was using the one from the "host" section, which is generated upon execution of the diagnose report. We want to display the field from the installation report, because that may differ, and if it does, point to a different installation machine than the one the app runs on. This could cause problems and we want to highlight those differences. This does affect the report sent to AppSignal.com. Only the report displayed in the terminal.
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/nodejs/.changesets/show-correct-language-version-in-diagnose.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
bump: "patch" | ||
--- | ||
|
||
Show correct language version in diagnose's extension installation section. It did not show the language version used during install, but the current one used to run the diagnose tool. |
This file contains 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