Skip to content

[AOT] Fix issues when we want to log some telemetry in AOT version #40148

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

Merged
merged 2 commits into from
Jun 20, 2025

Conversation

moooyo
Copy link
Contributor

@moooyo moooyo commented Jun 20, 2025

Summary of the Pull Request

Telemetry.write will serialize all of the whole object graph. So we need to ensure it will not be trimmed.

This is a safe PR because it doesn't apply any logic change. If you disable the AOT feature, this PR won't take any effect.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

@moooyo moooyo marked this pull request as ready for review June 20, 2025 05:18
@moooyo moooyo self-assigned this Jun 20, 2025
@moooyo moooyo merged commit 250be2d into main Jun 20, 2025
14 checks passed
@moooyo moooyo deleted the yuleng/aot/etw branch June 20, 2025 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants