How to use the utils function from raven
Find comprehensive JavaScript raven.utils code examples handpicked from public code repositorys.
GitHub: Financial-Times/n-raven
114 115 116 117 118 119 120 121
res && res.status(500).send({ type: 'Uncaught Error', error: error }); } }; } module.exports.utils = raven.utils; module.exports.transports = raven.transports; module.exports.parsers = raven.parsers;
2
1
89
+ 3 other calls in file
raven.captureException is the most popular function in raven (228 examples)