Skip to content

Commit a056cf6

Browse files
author
getsentry-bot
committed
Merge branch 'release/25.4.0'
2 parents 054b915 + 36d8b2c commit a056cf6

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
99
SENTRY_BIND=9000
1010
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
1111
# SENTRY_MAIL_HOST=example.com
12-
SENTRY_IMAGE=getsentry/sentry:nightly
13-
SNUBA_IMAGE=getsentry/snuba:nightly
14-
RELAY_IMAGE=getsentry/relay:nightly
15-
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
16-
VROOM_IMAGE=getsentry/vroom:nightly
12+
SENTRY_IMAGE=getsentry/sentry:25.4.0
13+
SNUBA_IMAGE=getsentry/snuba:25.4.0
14+
RELAY_IMAGE=getsentry/relay:25.4.0
15+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:25.4.0
16+
VROOM_IMAGE=getsentry/vroom:25.4.0
1717
HEALTHCHECK_INTERVAL=30s
1818
HEALTHCHECK_TIMEOUT=1m30s
1919
HEALTHCHECK_RETRIES=10

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 25.4.0
4+
5+
### Stand-alone Docker Compose Fixes
6+
7+
By: @aminvakil (#3658, #3654)
8+
9+
### Various fixes & improvements
10+
11+
- chore(relay): specify spool.enveloppe.max_backpressure_memory_percent configuration for handling relay's failing healthcheck (#3635) by @aldy505
12+
- build(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 (#3649) by @dependabot
13+
- build(deps): bump actions/create-github-app-token from 1.11.7 to 1.12.0 (#3639) by @dependabot
14+
- Minimum requirements for 'errors-only' profile (#3634) by @madest92
15+
- build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11.7 (#3632) by @dependabot
16+
- feat(sentry): add dynamic sampling feature to config (#3631) by @aldy505
17+
- docs(config): add example config for Google Auth (#3623) by @junsung-cho
18+
- fix: js-sdk directory/file permission should be set correctly (#3616) by @aldy505
19+
- feat(features): enable session replay canvas (#3619) by @aldy505
20+
321
## 25.3.0
422

523
### Various fixes & improvements

0 commit comments

Comments
 (0)