The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.30.0.
Features
- Add support for
guzzlehttp/psr73.x andguzzlehttp/promises3.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
RingBufferperformance by using native PHP arrays. (#2159) - Improve stack trace construction performance. (#2160)
- Correct
BreadcrumbHandlerPHPDoc parameter types for static analysis tools. (#2152)