Skip to content

Releases: B-Galati/monolog-sentry-handler

2.1.0

02 Mar 13:54
e985d66
Compare
Choose a tag to compare

What's Changed

Internal

  • 👷 Fix PHPUnit: Upgrade Symfony PHPUnit Bridge to v6 by @B-Galati in #32
  • 👷 Add PHP 8.2 and 8.3 in CI by @B-Galati in #34

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

29 Jul 13:45
c689487
Compare
Choose a tag to compare

Full Changelog

New major release!

See the upgrade guide to know what are the BC breaks.

New example repository to quickly play with the handler if needed.

Re-read the symfony guide to sync with the last practises.

Changes

Internal

New Contributors

1.2.2

04 Sep 16:01
6e34b9e
Compare
Choose a tag to compare

Full Changelog

Changes

Internal

1.2.1

13 Dec 16:51
a1f21b7
Compare
Choose a tag to compare

Full Changelog

Fixed

1.2.0

06 Nov 05:58
895ddc8
Compare
Choose a tag to compare

Full Changelog

Added

  • Re-add .gitattributes as it makes dist lighter
  • Add extension points (fix #3) (#12)

    See the doc!

  • Re-add .gitattributes as it makes dist lighter (#11)

Changed

  • Suggest Symfony HttplugClient in symfony guide (#13)
  • Use Fatal instead of critical level for breadcrumbs (Critical is deprecated) (fix #9) (#11)

Fixed

  • Flush messages on Handler write (fix #10) (#11)
  • Bump sentry SDK minimum version to 2.2.3 (#11)

1.1.0

26 Sep 09:56
a8d370c
Compare
Choose a tag to compare

Full Changelog

Added

  • Monolog v2 compatibility (fix #4)
  • Bump dependency to "sentry/sentry:^2.2.1" (fix #6)
  • Document how to use another http client than curl HTTPlug (fix #7)

Changed

  • Update doc

Removed

  • Remove .gitattributes

1.0.0

17 Aug 09:47
36263bd
Compare
Choose a tag to compare

Full Changelog

Added

  • First version of SentryHandler (#1)

Features

  • Send each log record to a Sentry server
  • Send log records as breadcrumbs when they are handled in batch; the main reported log record is the one with the highest log level
  • Send log along with exception when one is set in the main log record context
  • Workaround for an issue that prevents sending logs in long running process