Skip to content

Commit 4a35e63

Browse files
authored
Prepare 4.6.0 (#1703)
1 parent cde1d67 commit 4a35e63

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## 4.6.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.0.
6+
7+
### Features
8+
9+
- Add the PHP SAPI to the runtime context [(#1700)](https://github.com/getsentry/sentry-php/pull/1700)
10+
11+
### Bug Fixes
12+
13+
- Correctly apply properties/options in `ClientBuilder::class` [(#1699)](https://github.com/getsentry/sentry-php/pull/1699)
14+
- Attach `_metrics_summary` to transactions [(#1702)](https://github.com/getsentry/sentry-php/pull/1702)
15+
16+
### Misc
17+
18+
- Remove `final` from `Metrics::class` [(#1697)](https://github.com/getsentry/sentry-php/pull/1697)
19+
- Return early when using `ignore_exceptions` [(#1701)](https://github.com/getsentry/sentry-php/pull/1701)
20+
- Attach exceptions to the log message from `FrameContextifierIntegration::class` [(#1678)](https://github.com/getsentry/sentry-php/pull/1678)
21+
322
## 4.5.0
423

524
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.5.0.

0 commit comments

Comments
 (0)