We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able to debug in the browser, but the documentation doesn't mention how to do it.
I wish the connect-es documentation included instructions or examples of how to do this.
I suggest adding the methods I use or you can describe yours and I'll gladly switch to them.
There are extensions for debugging grpc in browsers https://github.com/SafetyCulture/grpc-web-devtools.
Integration with buf v1 was done via the described instruction in the extension repository.
A different integration is needed for buf v2. @bhollis did a cool job and already implemented it in https://www.npmjs.com/package/connect-devtools
Could you please add a mention of this in the documentation?
The text was updated successfully, but these errors were encountered:
Hey! Do you mean recommend these projects in the official docs?
Sorry, something went wrong.
@srikrsna-buf Yes, or your options for debugging in the browser
@srikrsna-buf If needed, I can make a pull request with an updated repository description with updated information
Thanks for the offer! I'm afraid we don't have a good place for this information yet, but I've added it to the documentation backlog.
No branches or pull requests
I would like to be able to debug in the browser, but the documentation doesn't mention how to do it.
I wish the connect-es documentation included instructions or examples of how to do this.
I suggest adding the methods I use or you can describe yours and I'll gladly switch to them.
There are extensions for debugging grpc in browsers https://github.com/SafetyCulture/grpc-web-devtools.
Integration with buf v1 was done via the described instruction in the extension repository.
A different integration is needed for buf v2. @bhollis did a cool job and already implemented it in https://www.npmjs.com/package/connect-devtools
Could you please add a mention of this in the documentation?
The text was updated successfully, but these errors were encountered: