-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
-
Postgres 14 Upgrade
ClosedApr 14, 2023 Last updated almost 2 years agoWe've now included an upgrade from Postgres 9.6 to 14.5 that will automatically be run via the
./install.sh
script. -
Support Docker Compose v2
ClosedJan 14, 2022 Last updated about 3 years agoSelf-hosted Sentry mostly works with Docker Compose v2 (in addition…
Self-hosted Sentry mostly works with Docker Compose v2 (in addition to v1 >= 1.28.0). There is one more bug we are trying to squash.
-
Rename onpremise to self-hosted
ClosedJan 14, 2022 Last updated about 3 years agoIn the beginning we used the term "on-premise" and over time we int…
In the beginning we used the term "on-premise" and over time we introduced the term "self-hosted." In an effort to regain some consistency for both branding and developer mental overhead purposes, we are standardizing on the term "self-hosted." This release includes a fair portion of the work towards this across multiple repos, hopefully a future release will include the remainder. Some orphaned containers / volumes / networks are expected. You may clean them up with
docker-compose down --remove-orphans
. -
React to log4shell
ClosedDec 15, 2021 Last updated over 3 years agoSelf-hosted Sentry is not vulnerable to the log4shell vulnerability.
-
Forum → Issues
ClosedDec 15, 2021 Last updated over 3 years agoIn the interest of reducing sources of truth, providing better supp…
In the interest of reducing sources of truth, providing better support, and restarting the fire of the self-hosted Sentry community, we deprecated the Discourse forum in favor of GitHub Issues.
-
Add support for custom DotEnv file
ClosedDec 15, 2021 Last updated over 3 years agoThere are several ways to configure self-hosted Sentry and one of t…
There are several ways to configure self-hosted Sentry and one of them is the
.env
file. In this release we add support for a.env.custom
file that is git-ignored to make it easier for you to override keys configured this way with custom values. Thanks to @Sebi94nbg for the contribution! -
Prevent Component Drift
ClosedDec 15, 2021 Last updated over 3 years agoWhen a user runs the
install.sh
script, they get the latest version…When a user runs the
install.sh
script, they get the latest version of the Sentry, Snuba, Relay and Symbolicator projects. However there is no guarantee they have pulled the latestself-hosted
version first, and running an old one may cause problems. To mitigate this, we now perform a check during installation that the user is on the latest commit if they are on themaster
branch. You can disable this check with--skip-commit-check
. -
20.9.0
ClosedSep 15, 2020 Last updated over 4 years ago -
20.8.0
ClosedSep 3, 2020 Last updated over 4 years ago -
20.7.1
ClosedJul 21, 2020 Last updated over 4 years ago -
20.7.0
ClosedJul 15, 2020 Last updated over 4 years ago