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 ofgetBaggage()
andgetTraceparent()
(#1555)
Misc
- Always return a
TransactionContext
fromcontinueTrace()
(#1556)