Skip to content

Releases: getsentry/self-hosted

23.5.0

15 May 19:56

Choose a tag to compare

Features

  • The Content Security Policy header is now available for self-hosted Sentry! More details on how to set that up can be found in the sentry.conf.example.py file

Various fixes & improvements

23.4.0

17 Apr 15:04

Choose a tag to compare

Postgres 14 Upgrade

We've now included an upgrade from Postgres 9.6 to 14.5 that will automatically be run via the ./install.sh script.
Note: This may require free disk space according to how large your postgres database is during the duration of the upgrade.

By: @hubertdeng123 (#2074)

Various fixes & improvements

23.3.1

22 Mar 19:26

Choose a tag to compare

Various fixes & improvements

23.3.0

15 Mar 19:04

Choose a tag to compare

Feature Announcement

Session Replay is now included in the default configuration for self-hosted Sentry. This allows you to view video-like reproduction of errors your users are facing.

Note: Each replay will be ~10x larger than an error / transaction. The average replay will be ~200KB

Various fixes & improvements

23.2.0

15 Feb 19:15

Choose a tag to compare

Important Changes

  • Backup/restore Deserialization error fixed!
  • maximum retention of 90 days enforced for clickhouse outcomes table here

Various fixes & improvements

23.1.1

26 Jan 18:39

Choose a tag to compare

Various fixes & improvements

23.1.0

17 Jan 18:40

Choose a tag to compare

Various fixes & improvements

22.12.0

15 Dec 21:08

Choose a tag to compare

Important fixes

This release fixes a couple of important bugs:

  1. Commit log topics were mis-configured, causing invalid entity issues.
  2. Symbolification could fail due to a slight incompatibility with the last release of Symbolicator and Sentry.

Various fixes & improvements

  • Build each service image individually (#1858) by @ethanhs
  • Set higher kafka healthcheck timeout and fix clickhouse timeout (#1855) by @ethanhs
  • Add --skip-sse42-requirements to install.sh and enable SKIP_SSE42_REQUIREMENTS override (#1790) by @erinaceous
  • Fix commit-log-topic parameter configuration problem (#1817) by @klboke
  • Add .idea to .gitignore (#1803) by @spawnia
  • Add USE_X_FORWARDED_HOST to example config (#1804) by @crinjes
  • (fix): Fix contributor PR e2e tests (#1820) by @hubertdeng123

22.11.0

15 Nov 21:56

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

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