logtail / logtail-python

Better Stack Python client
https://betterstack.com/logs
Other
36 stars 10 forks source link

L-1200 Detect and handle circular dependencies #23

Closed PetrHeinz closed 9 months ago

PetrHeinz commented 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)

See tests for examples.