• 坐看云起时
    2021-04-21
    Sentry 安装确实花时间,闲着无聊就随便浏览了下源码树,赫然发现,Sentry 是用 Django 写的! 是不是学完这门课程想深入 Django 就可以拿 Sentry 开练了。。。

    作者回复: 可以的 👍 其实课程里有讲到 sentry是 django写的 😄

    共 2 条评论
    1
  • 坐看云起时
    2021-04-21
    给大家提醒下避坑。。 视频开头介绍download sentry的时候,其实是在 https://github.com/getsentry/onpremise repository。 但是如果不注意,自己搜索 sentry 安装的话,搜索引擎(比如 Bing)会给出 https://github.com/getsentry/sentry 链接在搜索结果第一位。 如果你下载后,当然就没有视频中提到的那些脚本。。。

    作者回复: 感谢分享,有同学遇到了同样的问题

    
    1
  • 行者无疆
    2021-03-22
    我下载,解压后的目录中没有install.sh

    作者回复: 要下载 onpremise 的版本: https://github.com/getsentry/onpremise repository。 搜索引擎可能给出 https://github.com/getsentry/sentry 的链接在搜索结果第一位。注意要下载 onpremise 版本,这个版本是用来自己安装部署的。

    
    1
  • Death and carry
    2021-08-17
    安装镜像这些东西,国内网络太卡了

    作者回复: 参考课程的常见问题 FAQ ,可以用阿里云容器镜像加速: https://www.ruoguedu.com/post/django-course-faq/

    
    
  • Geek_092808
    2021-06-25
    老师 我./install.sh 后就一直卡在这个地方了 Setting up database... --no-ansi option is deprecated and will be removed in future versions. Use `--ansi never` instead. Creating sentry_onpremise_smtp_1 ... Creating sentry_onpremise_memcached_1 ... Creating sentry_onpremise_postgres_1 ... Creating sentry_onpremise_symbolicator_1 ... Creating sentry_onpremise_snuba-outcomes-consumer_1 ... Creating sentry_onpremise_snuba-sessions-consumer_1 ... Creating sentry_onpremise_snuba-replacer_1 ... Creating sentry_onpremise_snuba-consumer_1 ... Creating sentry_onpremise_snuba-transactions-consumer_1 ... Creating sentry_onpremise_snuba-api_1 ... 然后报错 ERROR: for memcached UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for snuba-api UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for snuba-sessions-consumer UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) ERROR: for symbolicator UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) An HTTP request took too long to complete. Retry with --verbose to obtain debug information. If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
    展开

    作者回复: 你的端口有被占用吗,memcached没有正确启动。再检查下 sentry 的版本对不。

    
    
  • 坐看云起时
    2021-04-21
    在 Mac OS 执行 ./install.sh 遇到一些问题,写在这里帮大家避坑: 1. 出错提示:realpath: command not found 原因:就是找不到 realpath 这个命令。 解决方法:需要安装coreutils。我用 brew,安装命令是: brew install coreutils 2. 出错提示:FAIL: Required minimum RAM available to Docker is 3800 MB, found 1986 MB 原因:限制了 Docker 的内存使用。 解决方法:我用的是 docker.app,直接打开界面,设置里面 resource 的设置发现是 给 2GB内存给 Docker。修改为 大于 2GB即可。我设置了 5GB。

    作者回复: 赞

    共 3 条评论
    
  • ,
    2021-08-19
    我吐了,搞了一个多小时,最后发现m1芯片好像不支持那个sentry
    共 1 条评论
    4
  • dived
    2021-05-05
    用windows系统的伙伴可以在微软商店下载你熟悉的linux版本,然后进行视频里面的操作, 全程安装下来一般的体验,轻松跑完2节内容
    共 1 条评论
    2
  • 有梦就追
    2021-03-09
    为什么我装好20.8.0,配好项目,然后出发1/0,sentry没有跟踪到呢
    共 5 条评论
    1
  • 汪汪
    2021-09-26
    老师知道怎么在sentry服务端设置采样率吗?
    
    