It would be nice if we could setup Sentry before App.init to send errors that happen on init (if this even matters). In general, should be able to assign things like a different logger, error handlers etc?
|
process.removeAllListeners('uncaughtException') |
It would be nice if we could setup Sentry before App.init to send errors that happen on init (if this even matters). In general, should be able to assign things like a different logger, error handlers etc?
cactus-utils/packages/application/index.js
Line 37 in 0a827db