Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read language version from installation report #452

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Conversation

tombruijn
Copy link
Member

@tombruijn tombruijn commented Oct 5, 2021

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.

@tombruijn tombruijn added the bug label Oct 5, 2021
@tombruijn tombruijn self-assigned this Oct 5, 2021
@tombruijn tombruijn marked this pull request as ready for review October 5, 2021 15:16
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.
@tombruijn tombruijn merged commit 42edcc0 into main Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants