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

feat(inspector): instrument wait for event #5457

Merged
merged 1 commit into from Feb 14, 2021

Conversation

pavelfeldman
Copy link
Member

No description provided.

src/client/waiter.ts Outdated Show resolved Hide resolved
src/protocol/protocol.yml Outdated Show resolved Hide resolved
@@ -64,7 +87,7 @@ export class Waiter {

log(s: string) {
this._logs.push(s);
debugLogger.log('api', s);
this._channelOwner._waitForEventInfoLog(this._waitId, s);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me think whether we can now remove api call logging from the client and emit it from the server? We should have all the information already.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's the goal. We need to add api call name to metadata for that.

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.

None yet

2 participants