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
Sometimes GCP responds with html for errors, e.g. 404 when using a wrong topic name.
While it's easy to find and fix a typo in a topic name during development, sometimes unknown errors occur.
Here is all I see for an unexpected issue in sentry:
So, it would be nice to add handling for HTML responses from GCP.
Here and other methods: https://github.com/sagi/workers-pubsub/blob/master/src/topics.js#L31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes GCP responds with html for errors, e.g. 404 when using a wrong topic name.
While it's easy to find and fix a typo in a topic name during development, sometimes unknown errors occur.
Here is all I see for an unexpected issue in sentry:
So, it would be nice to add handling for HTML responses from GCP.
Here and other methods:
https://github.com/sagi/workers-pubsub/blob/master/src/topics.js#L31
The text was updated successfully, but these errors were encountered: