Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Add forward compatibility with Symfony 5 (#235, thanks to @garak)
  • Fix Hub initialization for ErrorListener (#243, thanks to @teohhanhui)
  • Fix compatibility with sentry/sentry 2.2+ (#244)
  • Add support for class_serializers option (#245)

3.1.0 - 2019-07-02

  • Add support for Symfony 2.8 (#233, thanks to @nocive)
  • Fix handling of ESI requests (#213, thanks to @franmomu)

3.0.0 - 2019-05-10

  • Add the sentry:test command, to test if the Sentry SDK is functioning properly.

3.0.0-beta2 - 2019-03-22

  • Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204)

3.0.0-beta1 - 2019-03-06

The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client. Refer to the UPGRADE-3.0.md document for a detailed explanation.