We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://develop.sentry.dev/self-hosted/ https://sentry.nuxtjs.org/sentry/options/ https://docs.sentry.io/platforms/javascript/guides/vue/configuration/options/#enabled
git clone [email protected]:getsentry/self-hosted.git
./install.sh
docker-compose up -d
docker-compose --ansi never run --rm web createuser --force-update --superuser --email [email protected] --password secret
原因是:服务没有完全启动 解决方法:重新安装
./install.sh docker-compose up -d
启动不了,报TypeError: Cannot use 'in' operator to search for 'sentry' in undefined
原因:高版本只支持 TypeScript
解决方法:
environment ignoreErrors: [], beforeSend(),
The text was updated successfully, but these errors were encountered:
No branches or pull requests
搭建后台服务
参考
https://develop.sentry.dev/self-hosted/
https://sentry.nuxtjs.org/sentry/options/
https://docs.sentry.io/platforms/javascript/guides/vue/configuration/options/#enabled
步骤
问题列表
502
原因是:服务没有完全启动
解决方法:重新安装
Nuxt 添加 sentry 模块
启动不了,报TypeError: Cannot use 'in' operator to search for 'sentry' in undefined
原因:高版本只支持 TypeScript
解决方法:
基础接口
The text was updated successfully, but these errors were encountered: