Skip to content

Releases: getsentry/self-hosted

22.11.0

15 Nov 21:56
Compare
Choose a tag to compare

Important Changes

  • Opting in/out of error-monitoring is now a requirement.
  • The deprecated Form interface exposed on the window.SentryApp global has been removed. 3rd party old-style plugins may have used this to display complex Forms. getsentry/sentry#40830

Upcoming Changes

Various fixes & improvements

22.10.0

17 Oct 22:09
Compare
Choose a tag to compare

#1701

Important Changes

  1. We’ll be changing the name of the master branch to main in the upcoming months. For those of you that reference the master branch in CI, here’s your warning to be prepared for that change!
  2. The pipeline for errors and transactions are now fully separate. As a result, we’ve updated the docker compose file to use two separate post processing forwarders, as running them in one container is no longer supported. If you've customized the kafka topics related to errors and transactions, you may need to update how you handle those implementations.
  3. We are delaying the requirement to opt in/out of error monitoring until the 22.11.0 release.

Various fixes & improvements

22.9.0

15 Sep 18:29
Compare
Choose a tag to compare

IMPORTANT CHANGES

We want to catch errors in self-hosted faster, so we introduced monitoring. In this update you will see a prompt which asks you if you would like to opt in or out. Please read the section of our README for more information and details about what we collect. For now, if you are running under automation, you are opted out by default.

However, in the next release (22.10.0) we will require everyone to select to opt in or out of monitoring of their self-hosted installation.

Various fixes & improvements

22.8.0

15 Aug 18:38
Compare
Choose a tag to compare
  • No documented changes.

Components

22.7.0

15 Jul 19:06
Compare
Choose a tag to compare

Various fixes & improvements

22.6.0

15 Jun 21:36
Compare
Choose a tag to compare

Various fixes & improvements

22.5.0

16 May 19:35
Compare
Choose a tag to compare

Various fixes & improvements

22.4.0

16 Apr 00:42
Compare
Choose a tag to compare

Heads up: CI is breaking under Docker Compose v1 and we can't figure out why, it doesn't seem to be anything we did. If you're still on Docker Compose v1 and you run into problems, please let us know. Thanks!

Various fixes & improvements

22.3.0

15 Mar 23:16
Compare
Choose a tag to compare

Gotcha

If you're upgrading from < 21.12.0 then be sure to stop your old containers with this command before installing:

COMPOSE_PROJECT_NAME=sentry_onpremise docker compose down --rmi local --remove-orphans

Without this you may run into errors about snuba-api being unhealthy. This is because of we finished renaming from onpremise to self-hosted in 21.12.0 including the project name. We put the above code under install.sh in #1384, but it didn't make it into 22.3.0, sorry. 😕 It will be in 22.4.0.

Various fixes & improvements

22.2.0

15 Feb 23:18
Compare
Choose a tag to compare

Various fixes & improvements