Closed PetrHeinz closed 9 months ago
Previously, logs containing circular dependencies would be omitted (due to raised exception in JSON serialization).
Now, they are omitted and replaced by "<omitted circular reference>" (same as in https://github.com/logtail/logtail-js)
"<omitted circular reference>"
See tests for examples.
Previously, logs containing circular dependencies would be omitted (due to raised exception in JSON serialization).
Now, they are omitted and replaced by
"<omitted circular reference>"
(same as in https://github.com/logtail/logtail-js)See tests for examples.