All notable changes to flare-client-php
will be documented in this file
- Add support for overriding grouping
- Fix PHP 8.4 deprecation errors by @Nationalcat in #33
- Fix implicitly nullable parameters for PHP 8.4 by @maximal in #34
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.8.0...1.9.0
- Fix issues with symphony request payloads not behaving like they should.
- Refactor solutions by @rubenvanassche in #30
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.6.0...1.7.0
- Fix incorrect argument order when calling previous error handler by @RasmusStahl in #28
- @RasmusStahl made their first contribution in #28
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.5.1...1.6.0
- Feature/configurable error levels by @rubenvanassche in #27
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.5.0...1.5.1
- Add support for handling errors by @rubenvanassche in #26
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.4...1.5.0
- Drop Carbon dependency from composer.json by @jnoordsij in #23
- @jnoordsij made their first contribution in #23
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.3...1.4.4
- [1.x] Tests against PHP 8.3 and adds Symfony 7 support by @nunomaduro in #19
- @nunomaduro made their first contribution in #19
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.2...1.4.3
- Loosen type for previous exception handler
- Add better support for error exceptions
- Add support for stack trace arguments
- recognise AI generated solutions
- @driesvints made their first contribution in #3
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.2...1.3.5
- prep for Laravel 10
- prepare for Laravel 10
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.2...1.3.3
- reset glows
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.1...1.3.2
- Bug: Correct report sending logic by @Jellyfrog in #11
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.0...1.3.1
- Allow
reportErrorLevels
to be 0 by @Jellyfrog in #9 - Add support for filtering reports before sending to Flare by @Jellyfrog in #10
- @Jellyfrog made their first contribution in #9
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.2.0...1.3.0
- Add
php_version
as defaultenv
context
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.1.1...1.2.0
- Flat map request headers for PSR request context (47302e83d1b212ebc682bd18d7c27b8027db6c4e)
- Update .gitattributes by @angeljqv in #6
- @angeljqv made their first contribution in #6
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.1.0...1.1.1
- Allow passing an initialised
Report
instance toreport()
to Flare
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.5...1.1.0
- Fix exception when
stage
isnull
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.4...1.0.5
- catch throwable instead of exception for getSession failure by @ZeoKnight in #5
- @ZeoKnight made their first contribution in #5
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.3...1.0.4
- Remove
arguments
from stacktrace frames (unused in UI and causing issues, see spatie/ignition#48) - Update .gitattributes by @PaolaRuby in #4
- @PaolaRuby made their first contribution in #4
Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.2...1.0.3
- avoid crash git info middleware
- Add censor request headers middleware
- initial release