This is article 29 of the Stick to technical Writing Project (including translation). Set a small goal of 999, at least 2 articles per week.

Sentry is an error log collection and aggregation framework. It is available as a Saas version and can be deployed locally. For deployment, refer to the official website or the 30 front-end Error Log reporting and Website Statistics I wrote earlier (Sentry + Matomo).

This article mainly explains Sentry to disable qq mailbox by default troubleshooting ideas and how to solve.

Add and register oneself QQ mailbox all report invalid mailbox.


But QQ mailbox, rotten rotten, in the domestic stock is quite large.

Thinking of the February

F12 error message is returned from the server.

Get the error message Enter a valid email address. Go to dead simple search,





INVALID_EMAIL_ADDRESS_PATTERN



Using getSentry /sentry How to custom INVALID_EMAIL_ADDRESS_PATTERN? #13541 learned that qq.com has a lot of abuse, so it’s hard coded to block it.

To solve

The solution is simple, if it is run locally, modify/usr/local/lib/python2.7 / site – packages/sentry/conf/server py, if is sass version, change a mailbox.

Note that if it’s a Docker running, Docker exec – it sentry/bin/sh – > sed -i “s/qq/xx/g”/usr/local/lib/python2.7 / site – packages/sentry/conf/server py When the mirror is pulled again, it will change back to QQ.com

Can be/usr/local/lib/python2.7 / site – packages/sentry/conf/server py mounted to the host machine docker run – v / opt/sentry/server. Py: / usr/local/lib/python2.7 / site – packages/sentry/conf/server p y…

The resources