sentry 私有化部署

6,713 阅读1分钟

sentry

私有化部署(self hosted)

requirements

  • Docker 19.03.6+
  • Compose 1.28.0+
  • 4 CPU Cores
  • 8 GB RAM
  • 20 GB Free Disk Space

部署步骤(process)

  1. download the project from official releases

  2. if you want to hosted on MACOS platform, maybe get this issue

    you can run brew install coreutils to fix it.

  3. create account

  4. then open the url: http://127.0.0.1:9000/

验证&部署成本

  1. 涉及到的服务
  2. 需要的机器资源
  3. 和付费版本的功能对比
  4. 上报的数据量(内存、磁盘)

sentry架构

develop.sentry.dev/architectur…

image.png

sentry 事件提取流程

getsentry.github.io/event-inges…

getsentry.github.io_event-ingestion-graph_ (1).png

参考(references)

  1. develop.sentry.dev/self-hosted…
  2. 【得物技术】前端项目使用Sentry错误监控实践
  3. 转转前端异常监控 Sentry 的部署和升级
  4. sentry Architecture
  5. entry架构
  6. 智联前端异常监控 Sentry 的私有化部署和使用