Closed
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!