Skip to content

Commit 2e1b5c5

Browse files
authored
Prepare 4.26.0 (#2079)
1 parent f98800e commit 2e1b5c5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## 4.26.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.26.0.
6+
7+
### Features
8+
9+
- Add `AgentClient` and `AgentClientBuilder` to hand off envelopes to a local Sentry agent. [(#2062)](https://github.com/getsentry/sentry-php/pull/2062)
10+
- Add fallback HTTP delivery for `AgentClient` when the local Sentry agent is unavailable. [(#2072)](https://github.com/getsentry/sentry-php/pull/2072)
11+
- Add `LogToSentryIssueHandler` Monolog handler to capture log messages as Sentry issues. [(#2075)](https://github.com/getsentry/sentry-php/pull/2075)
12+
13+
### Bug Fixes
14+
15+
- Respect `send_default_pii` before attaching user attributes to Sentry logs. [(#2076)](https://github.com/getsentry/sentry-php/pull/2076)
16+
- Ignore invalid propagated `sentry-sample_rand` baggage values and generate a valid sample random value instead. [(#2077)](https://github.com/getsentry/sentry-php/pull/2077)
17+
318
## 4.25.0
419

520
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.25.0.

0 commit comments

Comments
 (0)