-
-
Notifications
You must be signed in to change notification settings - Fork 82
Remove this plugin from production #182
Copy link
Copy link
Closed
Description
Environment
We have opened an issue in @sentry/react-native getsentry/sentry-react-native#2409, because we found the whole lodash being imported in our web application and react-native application while we where using lodash part that we need, now we have whole lodash + the rest.
After some reasearch, it appear that this module, and the https://www.npmjs.com/package/inquirer dependency of this module, import the whole lodash and both are CLI tools.
I wonder how this can be useful in @sentry/react-native and impact now our react-native-web application, could you please arrange that ?
Steps to Reproduce
- in a new project
- yarn add @sentry/react-native
- npm ls lodash
Expected Result
├─┬ @sentry/react-native@4.2.2
│ └─┬ @sentry/wizard@1.2.17
│ ├─┬ inquirer@6.5.2
│ │ └── lodash@4.17.21 deduped
│ └── lodash@4.17.21 deduped
Actual Result
├─┬ @sentry/react-native@4.2.2
│ └─┬ @sentry/wizard@1.2.17
│ ├─┬ inquirer@6.5.2
│ │ └── lodash.something@4.17.21
│ └── lodash.something@4.17.21
Related issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.
