-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKType: Improvement
Description
Problem Statement
@sentry/node
has a few non-Sentry dependencies:

- This goes against the Philosophy and Design Principles
- These dependencies end up listed in customer events under
modules
- The
debug
dependency has side-effects that readprocess.env
which means we can't load any code from@sentry/node
in runtimes that don't supportprocess
Solution Brainstorm
Vendor them!
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDKType: Improvement