Skip to content

Releases: notamedia/yii2-sentry

1.7.0

Choose a tag to compare

@CookiesEater CookiesEater released this 08 Feb 12:17

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

1.7.0-beta Pre-release
Pre-release

Choose a tag to compare

@CookiesEater CookiesEater released this 12 Jan 15:03

Changed

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

1.6.0-beta

1.6.0-beta Pre-release
Pre-release

Choose a tag to compare

@CookiesEater CookiesEater released this 22 Oct 12:21

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

Choose a tag to compare

@CookiesEater CookiesEater released this 24 Aug 08:20
a891dd2

Fixed

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

1.5.0

Choose a tag to compare

@CookiesEater CookiesEater released this 07 Jul 09:11
e31707d

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

1.5.0-beta Pre-release
Pre-release

Choose a tag to compare

@dmhaiduchonak dmhaiduchonak released this 18 May 12:00
3d26767

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

Choose a tag to compare

@niksamokhvalov niksamokhvalov released this 21 Jan 11:32

Fixed

  • Array export fix if text not contains message key.

1.4.1

Choose a tag to compare

@niksamokhvalov niksamokhvalov released this 06 Nov 09:25
32f047b

Fixed

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

1.4.0

Choose a tag to compare

@niksamokhvalov niksamokhvalov released this 27 Sep 13:36

Changed

Used sentry/sdk 2.0 package.

Fixed

Fixed error with extraCallback property.

1.3.0

Choose a tag to compare

@niksamokhvalov niksamokhvalov released this 24 Aug 13:25

Changed

  • Exception handling refactoring.
  • Unsupported HHMV.