exceptionrocket
v1.0.0
Published
log exception smartly in try catch
Readme
const eRocket = require('exceptionRocket')
const apiCall = () => { try { fetch('https://youtube.com') } catch (e) { eRocket(apiCall) } }
in console
exception apiCall: () => { try { fetch('https://youtube.com') } catch (e) { eRocket(apiCall) } }
