UNPKG

435 BJavaScriptView Raw
1var Sentry = require('@sentry/node');
2Sentry.init({ dsn: 'https://5d8788a0422a423ba71deeeb33b6f9b0@sentry.io/1404794' });
3//all items in server.js go below, so sentry can detect errors
4module.exports = {
5 Eval:require('./src/eval_new.js'),
6 Pi:require('./src/Math_pi.js'),
7 Round:require('./src/Math_round.js'),
8 Random:require('./src/Math_random.js'),
9 encrypt:require('./src/encrypt.js'),
10 decrypt:require('./src/encrypt.js')
11}
\No newline at end of file