Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

57 lines (42 loc) · 1.33 KB

Craft Sentry Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.1.1 - 2024-03-26

Fixed

  • Fix missing property exluded exceptions

5.1.0 - 2024-03-26

Added

  • Add excluded exceptions

5.0.0 - 2024-03-26

Added

  • Craft 5 support 🚀

5.0.0-alpha.1 - 2024-01-02

Added

  • Craft 5 support

2.0.1 - 2022-06-19

Updated

  • CRAFT_ENVIRONMENT to App::env('ENVIRONMENT')

2.0.0 - 2022-06-19

Added

  • Craft 4

2.0.0-beta.1 - 2022-03-15

Added

  • Craft 4 compatiblity

1.1.0 - 2022-03-14

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

1.0.3 - 2020-10-29

Fixed

  • Only set up Sentry after we've made sure we need to process the exception

1.0.2 - 2020-10-16

Fixed

  • Don't ignore the enabled setting

1.0.1 - 2020-10-12

Fixed

  • Removed double event listener #1

1.0.0 - 2020-10-07

Added

  • Initial release