Version 2.1.0
October 2, 2024
Added
- Added
`excludedExceptions
` to exclude specific types of exceptions.
Version 2.0.1
June 19, 2022
Updated
- CRAFT_ENVIRONMENT to App::env('ENVIRONMENT')
Version 2.0.0
June 19, 2022
Added
- Craft 4
Version 2.0.0-beta.1
March 15, 2022
Added
- Craft 4 compatiblity
Version 1.1.0
March 14, 2022
Added
- Add the ability to pass custom options to the Sentry SDK by listening to the
SentryService::EVENT_DEFINE_SENTRY_SDK_CONFIGURATION
event - Honor the Craft
httpProxy
general setting - Added console function to send a test exception
Version 1.0.3
October 29, 2020
Fixed
- Only set up Sentry after we've made sure we need to process the exception
Version 1.0.2
October 16, 2020
Fixed
- Don't ignore the enabled setting
Version 1.0.1
October 12, 2020
Fixed
- Removed double event listener #1
Version 1.0.0
October 7, 2020
Added
- Initial release