Releases: notamedia/yii2-sentry
Releases · notamedia/yii2-sentry
1.7.0
Changed
- Added support PHP 8
- PHP updated to 7.2
- Sentry/SDK updated to 3.0
- Respect Exception information from the log entry data
Note: if you used custom sentry configuration, be sure to update it according to upgrade 2.x to 3.0 from sentry/sentry
1.7.0-beta
Changed
- Added support PHP 8
- Respect Exception information from the log entry data
1.6.0-beta
Changed
- PHP updated to 7.2
- Sentry/SDK updated to 3.0
Note: if you used custom sentry configuration, be sure to update it according to upgrade 2.x to 3.0 from sentry/sentry
1.5.1
Fixed
- Fix double sending of events to Sentry.
- Fix event exclusion ("except" parameter).
1.5.0
Fixed
- Fix message level (debug, info, warning, error) translating to sentry.
- Fix message scope. For now every message has own scope and not affect to other.
- Fix adding additional data (extra context, user data) for exception messages.
Changed
- Sentry init will be invoking at application start, and not before log export started.
Added
- Log user ID and IP, if available.
- Added ability to add own context data for messages scope.
1.5.0-beta
Fixed
- Fix message level (debug, info, warning, error) translating to sentry.
- Fix message scope. For now every message has own scope and not affect to other.
- Fix adding additional data (extra context, user data) for exception messages.
Changed
- Sentry init will be invoking at application start, and not before log export started.
Added
- Log user ID and IP, if available.
- Added ability to add own context data for messages scope.
1.4.2
Fixed
- Array export fix if text not contains message key.
1.4.1
Fixed
- Fix passing client options to sentry.
- Fix error with undefined index.
- Fix bug with sets extra values.
1.4.0
Changed
Used sentry/sdk 2.0 package.
Fixed
Fixed error with extraCallback
property.
1.3.0
Changed
- Exception handling refactoring.
- Unsupported HHMV.