Skip to content

Releases: notamedia/yii2-sentry

1.7.0

08 Feb 12:17
Compare
Choose a tag to compare

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

12 Jan 15:03
Compare
Choose a tag to compare
1.7.0-beta Pre-release
Pre-release

Changed

  • Added support PHP 8
  • Respect Exception information from the log entry data

1.6.0-beta

22 Oct 12:21
Compare
Choose a tag to compare
1.6.0-beta Pre-release
Pre-release

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

24 Aug 08:20
a891dd2
Compare
Choose a tag to compare

Fixed

  • Fix double sending of events to Sentry.
  • Fix event exclusion ("except" parameter).

1.5.0

07 Jul 09:11
e31707d
Compare
Choose a tag to compare

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

18 May 12:00
3d26767
Compare
Choose a tag to compare
1.5.0-beta Pre-release
Pre-release

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

21 Jan 11:32
Compare
Choose a tag to compare

Fixed

  • Array export fix if text not contains message key.

1.4.1

06 Nov 09:25
32f047b
Compare
Choose a tag to compare

Fixed

  • Fix passing client options to sentry.
  • Fix error with undefined index.
  • Fix bug with sets extra values.

1.4.0

27 Sep 13:36
Compare
Choose a tag to compare

Changed

Used sentry/sdk 2.0 package.

Fixed

Fixed error with extraCallback property.

1.3.0

24 Aug 13:25
Compare
Choose a tag to compare

Changed

  • Exception handling refactoring.
  • Unsupported HHMV.