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

logging: Serialization of undefined values #1353

Closed
zbjornson opened this issue Jun 1, 2016 · 1 comment
Closed

logging: Serialization of undefined values #1353

zbjornson opened this issue Jun 1, 2016 · 1 comment
Assignees
Labels
api: logging Issues related to the Cloud Logging API.

Comments

@zbjornson
Copy link
Contributor

Also failing:

var entry = log.entry(resource, {
  someValue: undefined
});
log.write(entry...) // Error: Value of type undefined not recognized
@stephenplusplus
Copy link
Contributor

Just going to lump this in with #1352.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the Cloud Logging API.
Projects
None yet
Development

No branches or pull requests

2 participants