提交 b844a323 编写于 作者: H Henrik Wenz 提交者: Tim Neutkens

Allow automatic static optimization in with-sentry-simple examp… (#8102)

上级 55e87ea5
......@@ -7,16 +7,6 @@ Sentry.init({
})
class MyApp extends App {
static async getInitialProps ({ Component, ctx }) {
let pageProps = {}
if (Component.getInitialProps) {
pageProps = await Component.getInitialProps(ctx)
}
return { pageProps }
}
componentDidCatch (error, errorInfo) {
Sentry.withScope(scope => {
Object.keys(errorInfo).forEach(key => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册