Skip to content

Commit f692928

Browse files
committed
Version 4.0.0
1 parent 420ddf3 commit f692928

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## [4.0.0] - 2025-04-23
3+
### Added
4+
* Moved sentry logging to a monolog handler (https://github.com/justbetter/magento2-sentry/pull/165)
5+
* Added support for Magento 2.4.8
6+
* Added support for Monolog V3
7+
### Changed
8+
* Dynamically add sentry and logrocket domains to CSP whitelist (https://github.com/justbetter/magento2-sentry/pull/156) thanks to https://github.com/brosenberger
9+
* Use secureRenderer for including sentry frontend js (https://github.com/justbetter/magento2-sentry/pull/157) thanks to https://github.com/brosenberger
210
## [3.9.0] - 2025-01-31
311
### Added
412
* Raised PHPStan level to 5 (https://github.com/justbetter/magento2-sentry/pull/149)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "justbetter/magento2-sentry",
33
"description": "Magento 2 Logger for Sentry",
44
"type": "magento2-module",
5-
"version": "3.9.0",
5+
"version": "4.0.0",
66
"license": "MIT",
77
"require": {
88
"php": ">=8.0",

0 commit comments

Comments
 (0)