有没有一种解决方案可以自动将Mojolicious的错误发送给哨兵?对于快递来说,它就像
Sentry.init({
dsn: 'http://asdf@sentry.somwhere/2',
})
const app = express()
// The request handler must be the first middleware on the app
app.use(Sentry.Handlers.requestHandler())
是的,有一些插件可以做到这一点:
Mojolicious::Plugin::ErrorTracking::Sentry
;Mojolicious::Plugin::ExceptionSentry