Hey @jamesqquick, updating the node.js SDK version to a new one we've released
that fixes an issue where console.error statements were not reporting
their stacktrace to highlight for Errors visualization.
Removes the console.error(...) print which creates duplicate Error objects in highlight.
Hey @jamesqquick, updating the node.js SDK version to a new one we've released that fixes an issue where
console.error
statements were not reporting their stacktrace to highlight forErrors
visualization. Removes theconsole.error(...)
print which creates duplicateError
objects in highlight.