DataDog / dd-native-iast-rewriter-js

Apache License 2.0
3 stars 1 forks source link

Fix callsite toString method #77

Closed uurien closed 9 months ago

uurien commented 9 months ago

What does this PR do?

Implements toString methods of WrappedCallSite to maintain original behaviour of CallSite object.

Motivation

Fix some stack traces

Additional Notes

Describe how to test your changes

Checklist