- Fixed IP address filtering in
before_send
callback that prevent console logs from being sent.
- Added the
userPrivacy
configuration parameter to specify what sensible data will be sent to Sentry.
- Updated the required version of Sentry SDK.
- Updated documentation and examples.
- Refactoring code and cleanup.
- Updated advanced configuration examples to use
App::env('CRAFT_ENVIRONMENT')
instead of the constant directly.
{warning} Read through the documentation if you are using the advanced configuration method before updating.
- Updated Composer requirements for Craft 4 compatibility.
- Updated PHP typings requirements for Craft 4 compatibility.
- Updated deprecated use of
Craft::parseEnv()
withApp::parseEnv()
. - Updated PHP namespace from
diginov\sentry
todiginov\sentrylogger
. - Updated log dispatcher target name.
- Updated and cleaned documentation.