Monolog Sentry Handler Versions Save

Monolog handler for Sentry PHP SDK v2/v3 with breadcrumbs support

2.1.0

2 months ago

What's Changed

Internal

New Contributors

Full Changelog: https://github.com/B-Galati/monolog-sentry-handler/compare/2.0.0...2.1.0

2.0.0

1 year ago

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

3 years ago

Full Changelog

Changes

Internal

1.2.1

4 years ago

Full Changelog

Fixed

1.2.0

4 years ago

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

4 years ago

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

4 years ago

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