Closed
Description
Problem Statement
Node js does not capture stack locals similar to a few other server side SDKs
Stack-locals → Some SDKs (Python and PHP) will pick up variable values within the stacktrace. These can be scrubbed, or this behavior can be disabled altogether if necessary.
comment from an unrelated NextJs issue: #6321 (comment)
Could this be easily applied to remix, next, and any other fromworks depending on Node?
Solution Brainstorm
There are possible concerns in Node that this would create some overhead (if it is possible at all)
If it was to be implemented could it be controlled by some user flag?