The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.32.0.
Features
- Add attachment support (backport from v5). (#2217)
- Support concurrent runtime contexts with
RuntimeContextStorageInterfaceandSentrySdk::setRuntimeContextStorage(), allowing integrations to isolate telemetry from overlapping executions. (#2190) - Allow passing a
HubInterfacetostartContext()when starting an isolated runtime context. (#2191) - Handle exceptions thrown by user-provided callbacks without crashing the application. (#2199)
Bug Fixes
- Avoid PHP 8.5 warnings when serializing
INF,NAN, and floats outside the integer range. (#2192)