- Notifications
You must be signed in to change notification settings - Fork2k
fix(client): fix incorrect log context in RemoteExecutor#28892
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
github-actionsbot commentedDec 9, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
size-limit report 📦
|
2d63c80 to2d18facCompare51de82c toea9e5bfCompare
Logs should be emitted while within the corresponding span. This was not the case for
RemoteExecutorand there was a FIXME comment about this bug.Closes:#28792
Closes:#28806