Open clochix opened 8 years ago
Not sure if this belongs here or more in @m4dz current webpack transitions and a separate npm module.
This would allow authors of serverless applications to easily log errors on server side, so IMHO this has nothing to do with webpack or npm.
+1 Currently, the Music application has no way to report errors ( see cozy-labs/cozy-music#61 ). This is really annoying to debug problems reported by users.
On most of our own applications, we have a method that allow to log client-side errors into application logs. It would be nice to provide such a method to serverless applications. Once done, this method could be used inside our own applications, instead of current duplicated code.
/cc @m4dz