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

fix: add projectId to config type definitions #609

Merged
merged 2 commits into from
Nov 29, 2017

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Nov 28, 2017

Somehow I left out projectId from the Config object type definitions (probably because it doesn't have a default value)... this change adds it.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 28, 2017
src/config.ts Outdated
* The ID of the Google Cloud Platform project with which traces should
* be associated.
*/
projectId?: string;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

src/config.ts Outdated
* The ID of the Google Cloud Platform project with which traces should
* be associated.
*/
projectId?: string;

This comment was marked as spam.

@kjin kjin merged commit 2807a10 into googleapis:master Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants