Closed purple4reina closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.03%. Comparing base (
78c1900
) to head (6b1cf37
). Report is 13 commits behind head on main.:exclamation: Current head 6b1cf37 differs from pull request most recent head 143da60. Consider uploading reports for the commit 143da60 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@purple4reina thanks for handling this.
Is there a timeline for when this would be released as a new layer? It'd be nice to have this bugfix in our side because we are stuck with an old version of the layer due to this.
What does this PR do?
When the response object contains a circular reference,
JSON.stringify
will throw an error. This should be caught and ignored.Motivation
Fixes https://github.com/DataDog/datadog-lambda-js/issues/541
Testing Guidelines
Additional Notes
Types of Changes
Check all that apply