cozy / cozy-browser-sdk

Cozy Data System client for the browser
http://dev.cozy.io
MIT License
7 stars 12 forks source link

Add a method to log client errors on server #19

Open clochix opened 8 years ago

clochix commented 8 years ago

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

aenario commented 8 years ago

Not sure if this belongs here or more in @m4dz current webpack transitions and a separate npm module.

clochix commented 8 years ago

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.

clochix commented 8 years ago

+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.