Order
Sentry opens the registration by default. If this is released, it is not good to manage permissions, especially project permissions. Therefore, to be on the safe side, closing the registration function is the safest and most convenient.
Configuration
FROM sentry:8.15
RUN echo "SENTRY_FEATURES['auth:register'] = False" >> /etc/sentry/sentry.conf.py
RUN echo "SENTRY_FEATURES['social-auth:register'] = False" >> /etc/sentry/sentry.conf.py
Then restart it