[1.7] Add TraceLogging tagging and generic fields to failure events.#5289
Merged
agniuks merged 1 commit intorelease/1.7-stablefrom Mar 28, 2025
Merged
[1.7] Add TraceLogging tagging and generic fields to failure events.#5289agniuks merged 1 commit intorelease/1.7-stablefrom
agniuks merged 1 commit intorelease/1.7-stablefrom
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
SaChinta-MSFT
approved these changes
Mar 28, 2025
DrusTheAxe
approved these changes
Mar 28, 2025
This was referenced Dec 18, 2025
This was referenced Jan 14, 2026
This was referenced Feb 9, 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.
Backport of #5283
This updates the WIL failure events in the installer to include the same Tracelogging tags and fields used elsewhere in the installer flow.
What's changed:
Added TelemetryPrivacyDataTag and TraceLoggingKeyword to FailureLog, Exception, FailFast, and FailureReturn events so they show up properly in logs.
Included _GENERIC_PARTB_FIELDS_ENABLED for version/channel/debug info to match other logged events like Install/Start.
Replaced direct TraceLoggingCountedWideString(...) calls with the existing WindowsAppRuntimeInstaller_TraceLoggingWString(...) macro for consistency and readability.
These events should now appear as expected in Kusto, with consistent structure and tagging across the installer.