Version 4.1.5

February 16, 2024

Changed

  • Updated the required version of Sentry SDK.

Fixed

  • Fixed an error when userPrivacy configuration parameter is empty.

Version 4.1.4

November 26, 2023

Changed

  • Updated texts and translations.
  • Updated the required version of Sentry SDK.

Version 4.1.3

June 8, 2023

Changed

  • Updated the required version of Sentry SDK.

Version 4.1.2

April 9, 2023

Changed

  • Updated the required version of Sentry SDK.

Version 4.1.1

August 19, 2022

Fixed

  • Fixed IP address filtering in before_send callback that prevent console logs from being sent.

Version 4.1.0

August 17, 2022

Added

  • Added the userPrivacy configuration parameter to specify what sensible data will be sent to Sentry.

Changed

  • Updated the required version of Sentry SDK.
  • Updated documentation and examples.
  • Refactoring code and cleanup.

Version 4.0.1

May 6, 2022

Changed

  • Updated advanced configuration examples to use App::env('CRAFT_ENVIRONMENT') instead of the constant directly.

Version 4.0.0

May 4, 2022

Read through the documentation if you are using the advanced configuration method before updating.

Changed

  • Updated Composer requirements for Craft 4 compatibility.
  • Updated PHP typings requirements for Craft 4 compatibility.
  • Updated deprecated use of Craft::parseEnv() with App::parseEnv().
  • Updated PHP namespace from diginov\sentry to diginov\sentrylogger.
  • Updated log dispatcher target name.
  • Updated and cleaned documentation.