Skip to content

4.31.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 27 Aug 13:09

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.31.0.

Features

  • Always capture logs and metrics when their APIs or integrations are used. The deprecated enable_logs and enable_metrics options no longer have any effect. To disable sending, return null from before_send_log or before_send_metric. (#2187)

Misc

  • Accept null metric attribute values in public type declarations. (#2185)
  • Add the missing enable_metrics option to the init() PHPDoc. (#2184)
  • Add the Yii3 community integration to the README. (#2180)