Skip to content

4.32.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Sep 13:38

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 RuntimeContextStorageInterface and SentrySdk::setRuntimeContextStorage(), allowing integrations to isolate telemetry from overlapping executions. (#2190)
  • Allow passing a HubInterface to startContext() 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)