File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
22
## 4.5.0
4
23
5
24
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.5.0.
You can’t perform that action at this time.
0 commit comments