From 6e62b224c27326d345f303b22968853f4bfe9d5e Mon Sep 17 00:00:00 2001 From: Pataar Date: Thu, 1 Oct 2020 09:43:48 +0200 Subject: [PATCH] State that config files need to be updated as wel Our relay connection wasn't behaving correctly because of some missing config in our `sentry.conf.py`. Also, we didn't have the performance module enabled because of a missing feature flag. That's why an entry in the documentation regarding this would be nice. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdd3654d2c9..40e6f997d38 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ _You need to be on at least Sentry 9.1.2 to be able to upgrade automatically to The included `install.sh` script is meant to be idempotent and to bring you to the latest version. What this means is you can and should run `install.sh` to upgrade to the latest version available. Remember that the output of the script will be stored in a log file, `sentry_install_log-.txt`, which you may share for diagnosis if anything goes wrong. +Also make sure to check for any difference between the example config files and your current config files in use. There might be new configuration that has to be added to your adjusted files. E.g. feature flags or server configuration. + ## Resources * [Documentation](https://develop.sentry.dev/onpremise/)