The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.14.0.
Features
- Add a new
enable_tracing: true/false
option, an alternative fortraces_sample_rate: 1.0/null
(#1458)
Bug Fixes
- Fix missing keys in the request body (#1470)
- Add support for partial JSON encoding (#1481)
- Prevent calling magic methods when retrieving the ID from an object (#1483)
- Only serialize scalar object IDs (#1485)