How to use the on function from raven
Find comprehensive JavaScript raven.on code examples handpicked from public code repositorys.
62 63 64 65 66 67 68 69 70 71 72user: { id: this.deviceHash, }, }); Raven.on('error', e => { console.log(`Raven: ${e.statusCode} - ${e.reason}`); }); } };
raven.captureException is the most popular function in raven (228 examples)