将哨兵与魔术相结合



有没有一种解决方案可以自动将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())

是的,有一些插件可以做到这一点:

  1. Mojolicious::Plugin::ErrorTracking::Sentry;
  2. Mojolicious::Plugin::ExceptionSentry

相关内容

  • 没有找到相关文章

最新更新