mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 05:21:27 +01:00
Using Raven.js allows logging client-side javascript errors to the configured Sentry server.
2 lines
234 B
JavaScript
2 lines
234 B
JavaScript
function add(a,b){"use strict";return a+b}function multiply(a,b){"use strict";return a*b}function divide(a,b){"use strict";try{return multiply(add(a,b),a,b)/c}catch(e){Raven.captureException(e)}}
|
|
//@ sourceMappingURL=file.sourcemap.js
|