|
@@ -3034,6 +3034,9 @@ STATUS_PAGE_ID: str | None = None
|
|
|
STATUS_PAGE_API_HOST = "statuspage.io"
|
|
|
|
|
|
SENTRY_SELF_HOSTED = True
|
|
|
+# only referenced in getsentry to provide the stable beacon version
|
|
|
+# updated with scripts/bump-version.sh
|
|
|
+SELF_HOSTED_STABLE_VERSION = "23.12.0"
|
|
|
|
|
|
# Whether we should look at X-Forwarded-For header or not
|
|
|
# when checking REMOTE_ADDR ip addresses
|