Releases: silinternational/yii2-sentry
Releases · silinternational/yii2-sentry
Fix `make test` to use php 8.3
What's Changed
- Convert tabs to spaces in README.md example code by @forevermatt in #3
- Release 2.1.1 - Update Makefile to use php8.3 by @jason-jackson in #2
Full Changelog: 2.1.0...2.1.1
Upgrade PHP version and Codeception
Tag callback, use error message, add context
Based on v1.7.0 of notamedia/yii2-sentry, this release adds the following:
Added
- Add
tagCallback
config option to add or change tags on a global level.
Fixed
- Fixed log events with "" so the message can be derived from either the "error" key or, as a last resort, the whole message serialized as json.
- Use Sentry "context" rather than "extras" due to the latter no longer being functional.