Skip to content

Commit 04c380d

Browse files
authored
fix(pubsub): add veneer header to sub client (#8608)
1 parent 53f17c4 commit 04c380d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pubsub/pubsub.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ func NewClientWithConfig(ctx context.Context, projectID string, config *ClientCo
176176
subc.CallOptions = mergeSubscriberCallOptions(subc.CallOptions, config.SubscriberCallOptions)
177177
}
178178
pubc.SetGoogleClientInfo("gccl", internal.Version)
179+
subc.SetGoogleClientInfo("gccl", internal.Version)
179180

180181
// Handle project autodetection.
181182
projectID, err = detect.ProjectID(ctx, projectID, "", opts...)

0 commit comments

Comments
 (0)