-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Expressions] Finish connecting debug mode on expressions #78874
[Expressions] Finish connecting debug mode on expressions #78874
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM
@ppisljar @streamich Do you want to review again? I fixed some merge conflicts, but I'm not sure if I should be writing tests for the new arguments. |
💚 Build SucceededMetrics [docs]page load bundle size
History
To update your PR or re-run it, just comment with: |
@ppisljar @streamich Since you're already approved and didn't ask for anything specific, I will merge soon. |
The initial expressions debug mode PR kept the debug mode entirely internal to the expression service, making it impossible to consume debug information from Lens. By adding more connection points, we can initialize a "debuggable" request in more places, such as if we choose to add this to the Lens inspector in the future.
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist