The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.18.0.
Features
- Add support for feature flags. (#1951)
\Sentry\SentrySdk::getCurrentHub()->configureScope(function (\Sentry\State\Scope $scope) {
$scope->addFeatureFlag("my.feature.enabled", true);
});- Add more representations for log attributes instead of dropping them. (#1950)
Misc
- Merge log attributes in a separate method. (#1931)