有没有一种解决方案可以自动将Mojolicious的错误发送到Sentry?对于Express来说,这很简单,就像
Sentry.init({ dsn: 'http://[email protected]/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