We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
788ec17
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.9.0.
Allow retrieving a single piece of data from the span by it’s key (#1767)
\Sentry\SentrySdk::getCurrentHub()->getSpan()?->setData([ 'failure' => $span->getData('failure', 0) + 1, ]);
Add span trace origin (#1769)