The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.0.
Features
- Add the PHP SAPI to the runtime context (#1700)
Bug Fixes
- Correctly apply properties/options in
ClientBuilder::class
(#1699)
- Attach
_metrics_summary
to transactions (#1702)
Misc
- Remove
final
from Metrics::class
(#1697)
- Return early when using
ignore_exceptions
(#1701)
- Attach exceptions to the log message from
FrameContextifierIntegration::class
(#1678)