Skip to content

[node] Stack locals #6369

Closed
Closed
@smeubank

Description

@smeubank

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions