Hello.
We setted retention for our Sentry (version 20.9.0.dev0a62c9e5) to 365 days in
sentry/sentry.conf.py file: SENTRY_OPTIONS["system.event-retention-days"] = int( env("SENTRY_EVENT_RETENTION_DAYS", "365") )
and by setting up SENTRY_EVENT_RETENTION_DAYS
env variable to 365 for docker-compose.yml file:
command: '"0 0 * * * gosu sentry sentry cleanup --days $SENTRY_EVENT_RETENTION_DAYS"'
But I don’t see possibility to extend this search interval
It allows to select only last 90 days.
Is it possible to extend it by some settings?