Skip to content

Releases: silinternational/yii2-sentry

Fix `make test` to use php 8.3

08 Apr 21:47
de4b321
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

Upgrade PHP version and Codeception

04 Mar 20:33
7d2e86c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

Tag callback, use error message, add context

11 Dec 07:51
Compare
Choose a tag to compare

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.