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

[Event Hubs] Fix ETW arg type inference #39643

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. [Event Hubs] Fix ETW arg type inference

    The focus of these changes is to fix an issue with the inferred type for
    an ETW event argument, which was causing the event to be interpreted as
    a Unicode string rather than a double.  This caused the message text to
    display incorrectly and the value was represented as the wrong type in the
    structured arguments array.
    jsquire committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b6fb049 View commit details
    Browse the repository at this point in the history