将Sentry与Mojolicious整合在一起

问题描述 投票:0回答:1

有没有一种解决方案可以自动将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())
perl sentry mojolicious
1个回答
1
投票
© www.soinside.com 2019 - 2024. All rights reserved.