Skip to content

Commit de2b610

Browse files
authored
State that config files need to be updated as well (#690)
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.
1 parent dcc7fa4 commit de2b610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ _You need to be on at least Sentry 9.1.2 to be able to upgrade automatically to
5757

5858
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-<ISO_TIMESTAMP>.txt`, which you may share for diagnosis if anything goes wrong.
5959

60+
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.
61+
6062
## Resources
6163

6264
* [Documentation](https://develop.sentry.dev/onpremise/)

0 commit comments

Comments
 (0)