sentry安裝排錯記錄

2021-10-10 07:40:13 字數 2990 閱讀 9725

[root@*********]# uname -a

linux iz2ze7ki6m0w5zsxd5kc4jz 3.10.0-862.6.3.el7.x86_64 #1 smp tue jun 26 16:32:21 utc 2018 x86_64 x86_64 x86_64 gnu/linux

[root@*********]# lsb_release -a

lsb version: :core-4.1-amd64:core-4.1-noarch

distributor id: centos

description: centos linux release 7.5.1804 (core)

release: 7.5.1804

codename: core

[root@*********x]# docker --version

docker version 18.09.6, build 481bc77156

安裝sentry使用的是docker,使用的是sentry推薦的安裝方式,先去 轉殖**,然後進入onpremise資料夾,之後就是按照onpremise/readme.md檔案裡面up and running這部分的說明一步步地進行,我是直接按照預設的配置進行安裝的。

安裝之後是這樣:

[root@*********x]# docker ps

container id image command created status ports names

d4dd751d6614 onpremise_worker "/entrypoint.sh run …" about an hour ago up about an hour 9000/tcp onpremise_worker_1

d8680da3f2a9 onpremise_web "/entrypoint.sh run …" about an hour ago up about an hour 0.0.0.0:9000->9000/tcp onpremise_web_1

700be73d7694 onpremise_cron "/entrypoint.sh run …" about an hour ago up about an hour 9000/tcp onpremise_cron_1

1dbbd91fb7d9 postgres:9.5 "docker-entrypoint.s…" 24 hours ago up 24 hours 5432/tcp onpremise_postgres_1

8eeeb40bcaf0 tianon/exim4 "docker-entrypoint.s…" 24 hours ago up 24 hours 25/tcp onpremise_smtp_1

c47a71af48fb memcached:1.5-alpine "docker-entrypoint.s…" 24 hours ago up 24 hours 11211/tcp onpremise_memcached_1

24a0308f904a redis:3.2-alpine "docker-entrypoint.s…" 24 hours ago up 24 hours 6379/tcp onpremise_redis_1

發郵件報錯 connection unexpectedly closed: timed out

# mail.backend: 'smtp'  # use dummy if you want to disable email entirely

mail.host: 'smtp.exmail.qq.com'

mail.port: 587

mail.username: '[email protected]'

mail.password: '***x'

mail.use-tls: true

# the email address to send on behalf of

mail.from: '[email protected]'

2個點,

然後重新跑三個命令:

docker-compose build

docker-compose run --rm web upgrade

docker-compose up -d

新增了乙個新的成員,給他發了邀請郵件,但是他打不開,原因是我少了乙個配置。

需要在onpremise/config.yml

然後重新跑2部分說的三個命令。。。

我使用了sentry-cli上傳sourcemap檔案,但是很多地方講這裡的時候都是直接講的**放到伺服器上面的情況,沒有講如果開啟本地檔案怎麼進行 --url-prefix 的配置,經過我的測試結論是:

檔案在下面:

file:///d:/abc/h5_ubuntu/dist/index.html

sentry-cli裡面這麼配:

–url-prefix 『~/d:/abc/h5_ubuntu/dist』

參考文獻:

MySQL排錯記錄

vim etc default grub possible cpus 8 grub2 mkconfig o boot grub2 grub.cfg 每條mysql語句都會記錄 set global general log on tail f var lib mysql localhost.log s...

pip 安裝軟體排錯

python setuptools 與pip安裝的setuptools只能有乙個,如果有兩個,預設使用系統安裝的,所以你在用pip裝軟體的 時候,很容易出現 usr lib python2.7 distutils dist.py 267 userwarning unknown distributio...

記錄一次網路故障排錯

一 說下咋回事 網路裝置新入網,各種調研,沒錯就是調研,他們怎麼說的 我 不管,我還要在來一遍確認以及其他資訊補充。你問我為什麼,大哥們,這個你以後遇到就知道了,有時候搞事情,資訊錯誤,甚至資訊不全,除非像我一樣 做事周全,算無遺漏,聰明機智 然而老司機也會翻車,這不接下來立馬翻車了麼。事情還要從某...