The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.20.1.
Bug Fixes
- Use the result of
isTracingEnabled() to determine the behaviour of getBaggage() and getTraceparent() (#1555)
Misc
- Always return a
TransactionContext from continueTrace() (#1556)