All notable changes to flare-client-php will be documented in this file
- let
reportreturn the created report
- add report tracking uuid
- improve compatibility with Symfony 5.3
- add ability to ignore errors and exceptions (#23)
- fix curl parameters
- use new Flare endpoint and allow 1 redirect to it
- make
censorRequestBodyFieldschainable
- add ability to censor request body fields (#18)
- add
determineVersionUsing
- remove custom grouping
- allow PHP 8
- remove
larapack/dd(#15)
- allow Laravel 8 (#13)
- use directory separator constant
- fix tests by requiring symfony/mime
- display real exception class for view errors (see facade/ignition#237)
- allow L7
- allow var-dumper v5.0
- Allow custom grouping types
- Let
registerFlareHandlersreturn $this
- Add
registerFlareHandlersmethod to register error and exception handlers in non-Laravel applications - Fix get requests with query parameters (#4)
- Ignore invalid mime type detection issues
- Wrap filesize detection in try-catch block
- Add ability to log messages
- Fixes an issue when sending exceptions inside a queue worker
- Ensure valid session data
- Fix error when uploading multiple files using an array name
- Fix issue with uploaded files in request context
- initial release