diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4c9fe2600f8de801fe864527d3a7605d977658bd..4fd1b9e0cf3a44be4344c59182088f6148d593de 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -24,6 +24,7 @@ Changed
 ~~~~~~~
 
 * Docker base image ships PostgreSQL 14 client binaries for maximum compatibility
+* Docker base image contains Sentry client by default (disabled in config by default)
 
 Removed
 ~~~~~~~
diff --git a/Dockerfile b/Dockerfile
index d26f09b2ac61d657a1a04f190c79550e9ecea38d..b8893aa39b2075dc5a17d6da49b365bd3e91a9d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:bullseye-slim AS core
 
 # Build arguments
-ARG EXTRAS="ldap,s3"
+ARG EXTRAS="ldap,s3,sentry"
 ARG APP_VERSION=""
 
 # Configure Python to be nice inside Docker and pip to stfu