-
Notifications
You must be signed in to change notification settings - Fork 598
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
all modules: ensure all User-Agents are set #1568
all modules: ensure all User-Agents are set #1568
Conversation
@@ -161,6 +161,11 @@ function GrpcService(config, options) { | |||
|
|||
this.grpcMetadata = new grpc.Metadata(); | |||
|
|||
this.grpcMetadata.add('User-Agent', [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
328765b
to
db0f6d3
Compare
bf993ae
to
ed14c4a
Compare
@@ -43,6 +44,7 @@ function fakeRetryRequest() { | |||
return (retryRequestOverride || retryRequest).apply(null, arguments); | |||
} | |||
|
|||
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@stephenplusplus Not trying to be a pain in the butt, but could we separate this into 2 different PRs?
The way all these changes are lumped together makes testing this locally .. challenging. |
c7db4f9
to
a3eccbd
Compare
Looks like we're missing |
Added. |
Changes Unknown when pulling e2851fc on stephenplusplus:spp--user-agents into * on GoogleCloudPlatform:master*. |
To Dos
Each module will now pass its own
package.json
to ensure the correct UA string is set.