As the backend gets more complicated, and more service are dependent on it, the need for sentry (and readable stack traces increases)
We are using node8, so In order to do this, it would be best to remove webpack, which involves:
- Converting imports to commonjs,
- Remove any code that spreads
- remove babel and webpack
As the backend gets more complicated, and more service are dependent on it, the need for sentry (and readable stack traces increases)
We are using node8, so In order to do this, it would be best to remove webpack, which involves: