Skip to content

logging: Serialization of circular structs #1354

@zbjornson

Description

@zbjornson

Think I've hit all the edge cases now...! :)

var circ = {a: 1};
circ.circ = circ;
var entry = log.entry(resource, circ);
log.write(entry...) // RangeError: Maximum call stack size exceeded

I think this should be handled in this library, not by the consumer?

Metadata

Metadata

Assignees

Labels

api: loggingIssues related to the Cloud Logging API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions