logdna-browser
logdna-browser copied to clipboard
fix(stringify): use safe-stable-stringify for stringifying json
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