mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 21:41:23 +01:00
Using Raven.js allows logging client-side javascript errors to the configured Sentry server.
4 lines
52 B
JavaScript
4 lines
52 B
JavaScript
function add(a, b) {
|
|
"use strict";
|
|
return a + b;
|
|
} |