My Sentry server is showing a orange warning banner.
As I checked in my docker logs, and found in webpage.
It is saying the warning is caused by a deprecated variable, EMAIL_USE_SSL.
I already double checked my .env
, sentry.config.py
, config.yml
, and docker-compose.yml
, but cannot found any places are declaring this variable.
Is that other place is storing this variable?