Skip to content

4.30.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 06 Aug 09:38

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

Features

  • Add support for guzzlehttp/psr7 3.x and guzzlehttp/promises 3.x. (#2164)

Bug Fixes

  • Strip breadcrumb metadata when capturing out-of-memory errors to prevent events with large breadcrumbs from being silently dropped. (#2150)

Misc

  • Use the SDK's internal options resolver and fall back to safe defaults when option values are invalid. (#2151)
  • Improve RingBuffer performance by using native PHP arrays. (#2159)
  • Improve stack trace construction performance. (#2160)
  • Correct BreadcrumbHandler PHPDoc parameter types for static analysis tools. (#2152)