Skip to content

Commit

Permalink
Raise sentry sdk, bump 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Mar 29, 2024
1 parent a181023 commit 9647503
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [3.6.0] - 2024-03-29
This release drops support for php 7.4 as it has been completely EOL for over a year. [https://www.php.net/supported-versions.php](https://www.php.net/supported-versions.php)
### Fixed
* Check if Sentry is defined before running init (https://github.com/justbetter/magento2-sentry/pull/129) thanks to https://github.com/netzkollektiv
### Changed
* Use property promotions (https://github.com/justbetter/magento2-sentry/pull/130) thanks to https://github.com/cirolosapio
* Raised sentry/sdk version to 4.0+
## [3.5.2] - 2024-03-18
### Fixed
* Fix start errors without database connection (https://github.com/justbetter/magento2-sentry/pull/125) thanks to https://github.com/fredden
Expand All @@ -22,7 +29,6 @@
## [3.2.0] - 2022-07-07
### Fixed
* Changed addAlert to addRecord for Test error (https://github.com/justbetter/magento2-sentry/pull/98) thanks to https://github.com/peterjaap

### Added
* Send context data top Sentry as Custom Data (https://github.com/justbetter/magento2-sentry/pull/97) thanks to https://github.com/oneserv-heuser
## [3.1.0] - 2022-06-14
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "justbetter/magento2-sentry",
"description": "Magento 2 Logger for Sentry",
"type": "magento2-module",
"version": "3.5.2",
"version": "3.6.0",
"license": "MIT",
"require": {
"php": ">=8.0",
"sentry/sdk": "^3.0",
"sentry/sdk": "^4.0",
"monolog/monolog": ">=2.7.0",
"magento/framework": "*",
"nyholm/psr7": "^1.2",
Expand Down

0 comments on commit 9647503

Please sign in to comment.