getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
27 stars 8 forks source link

Custom `toString` implementations result in infinite recursion #208

Closed dustinbyrne closed 1 year ago

dustinbyrne commented 1 year ago

When calling into methods which may result in running user code (such as toString), instrumentation callbacks should be disabled to avoid endless recursive calls.

appland-release commented 1 year ago

:tada: This issue has been resolved in version 13.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: