logdna / logdna-browser

A frontend browser logging and exception capturing library for LogDNA
MIT License
19 stars 14 forks source link

fix(stringify): use safe-stable-stringify for stringifying json #16

Open TerryMooreII opened 3 years ago

TerryMooreII commented 3 years ago

Summary: The current package, fast-safe-stringify, appears to hang on very large objects that contain circular references. Upon reading up on the issue from several packages open source packages its seems that this new package will handle these large circular references. Albeit I am having a hard time duplicating the issue for testing.

Addressing issue #15