-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKPackage: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDKType: Improvement
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?
AbhiPrasadAbhiPrasad
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKPackage: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDKType: Improvement