Skip to content

23.11.1

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 22 Nov 16:46

Important changes

License change

This is self-hosted's first release under the new FSL license. Please take a minute to familiarize yourself with it.

Increased minimum RAM requirements

Some users have been reported memory troubles in certain scenarios, so we bumped the minimum RAM requirements for self-hosted to 16GB going forward.

New sentry-admin.sh interface

We've added a new tool at the top of the repository, sentry-admin.sh, which makes it a bit easier to interact with the command line administration functions, which live inside of the web container. While these have always been accessible via the long command line incantation docker compose run --rm -T -e SENTRY_LOG_LEVEL=CRITICAL web <MY_ADMIN_COMMAND_HERE>, using the new shell script makes them this a bit cleaner: ./sentry-admin.sh <MY_ADMIN_COMMAND_HERE>. The help documentation has also been improved, and is a bit easier to access: ./sentry-admin.sh --help and ./sentry-admin.sh <SOME_ADMIN_COMMAND> --help should both work as expected.

Profile transaction association bug fix

Associating profiles and transactions was broken at the time of the 23.11.0 release. This feature should now be working again.

Included changes