23.11.1
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
- feat: Add sentry-admin.sh tool (#2594) by @azaslavsky
- Patch for dev self-hosted environments (#2592) by @hubertdeng123
- Relicense under FSL-1.0-Apache-2.0 (#2586) by @chadwhitacre
- Bump minimum ram usage (#2585) by @hubertdeng123