Skip to content

Releases: getsentry/self-hosted

23.7.0

17 Jul 23:52
Compare
Choose a tag to compare

Various fixes & improvements

23.6.2

06 Jul 22:24
Compare
Choose a tag to compare

Important Changes

Various fixes & improvements

23.6.1

16 Jun 04:34
Compare
Choose a tag to compare

Important Changes

  • Profiling is now available for self-hosted Sentry users!
  • Support for Docker Compose v1 is now removed
  • fixes an issue in v23.6.0 where vroom and symbolicator are using nightly images

Various fixes & improvements

23.6.0

15 Jun 18:42
Compare
Choose a tag to compare

Important Changes

  • Profiling is now available for self-hosted Sentry users!
  • Support for Docker Compose v1 is now removed

looks like Vroom and symbolicator are using nightly images, we have put a fix for that in 23.6.1

Various fixes & improvements

23.5.2

31 May 18:30
Compare
Choose a tag to compare

Important

This version picks up this fix to restrict file downloads to a specific project
getsentry/sentry#49680

23.5.1

23 May 18:50
Compare
Choose a tag to compare

Important

  • Fixed an issue where profiles were being silently dropped
  • NOTE: This version of Sentry introduces additional grouping and display logic for exception groups, which is used in conjunction with a corresponding SDK such as sentry-python 1.24.0 or sentry-dotnet 3.33.0. Follow along here for more details.

Various fixes & improvements

  • fix(suggested-fix): key should be 'key', not 'token' (#2146) by @aldy505

23.5.0

15 May 19:56
Compare
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
Compare
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
Compare
Choose a tag to compare

Various fixes & improvements

23.3.0

15 Mar 19:04
Compare
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