2
0

feat(versioning): Add SENTRY_VERSION env var for sentry, snuba, relay (#509)

This is in preparation for the upcoming CalVer transition. Introduces a general `$SENTRY_VERSION` env variable, defaulting to `latest`.
This commit is contained in:
Burak Yigit Kaya
2020-05-23 06:24:44 +03:00
committed by GitHub
parent 9f39e3cea1
commit e8d8cda688
3 changed files with 6 additions and 3 deletions

1
.env
View File

@@ -1,2 +1,3 @@
COMPOSE_PROJECT_NAME=sentry_onpremise
SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_VERSION=latest