spatie/laravel-flare
Send Laravel errors to Flare
3.3.0
1.8M downloads/mo
#1734 most downloaded on Packagist
spatie/laravel-flare
What this package is like to depend on
Last release 1 months ago
15 Jul 2026
Ships fairly regularly
a new release about every 3 weeks
Nearly every release is documented
notes for 39 of 41 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
44 releases · first in 2024
29 releases in the last 12 months
see the full history below
Release timeline
44 releases · Jun 2024 to Jul 2026Releases
latest 44-
3.3.015 Jul 2026Release notes
Open source →What's Changed
- Add max_attribute_size_in_kb trace limit config by @rubenvanassche in #55
Full Changelog: 3.2.1...3.3.0
Release notes
Open source →What's Changed
- Add max_attribute_size_in_kb trace limit config by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/55
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.2.1...3.3.0
-
3.2.103 Jul 2026Release notes
Open source →What's Changed
- Guard FlareTracingMiddleware::terminate against uninitialized request by @rubenvanassche in #54
Full Changelog: 3.2.0...3.2.1
Release notes
Open source →What's Changed
- Guard FlareTracingMiddleware::terminate against uninitialized request by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/54
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.2.0...3.2.1
-
3.2.003 Jul 2026Release notes
Open source →Release notes
Open source →What's Changed
- Add Laravel 10 support by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/53
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.1.1...3.2.0
-
3.1.101 Jul 2026Release notes
Open source →What's Changed
- Add configuring() hook to mutate FlareConfig before Flare boots by @rubenvanassche in #52
Full Changelog: 3.1.0...3.1.1
Release notes
Open source →What's Changed
- Add configuring() hook to mutate FlareConfig before Flare boots by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/52
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.1.0...3.1.1
-
3.1.030 Jun 2026Release notes
Open source →What's Changed
- Add route metadata to Flare route attributes by @rubenvanassche in #49
Full Changelog: 3.0.1...3.1.0
Release notes
Open source →What's Changed
- Add route metadata to Flare route attributes by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/49
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.0.1...3.1.0
-
3.0.127 May 2026Release notes
Open source →What's Changed
- Quote string bindings in QueryException error messages by @rubenvanassche in #46
Full Changelog: 3.0.0...3.0.1
Release notes
Open source →What's Changed
- Quote string bindings in QueryException error messages by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/46
Full Changelog: https://github.com/spatie/laravel-flare/compare/3.0.0...3.0.1
-
3.0.021 May 2026Release notes
Open source →Logs ship as a first-class signal, traces come along for the ride:
- Dedicated log channel: drop
'flare'intoconfig/logging.phpand Laravel's logger ships log messages straight to Flare as standalone entities, recorded in the OpenTelemetry log format. Add it toLOG_STACKto fan out alongside your existing log targets. See Logs. - Per-level filtering:
minimal_log_levelinconfig/flare.php(orMinimalLogLevelonFlareConfig) drops anything below the configured Monolog level before it leaves the application. See Log levels. - Sampling: new
RateSamplerandDynamicSamplerwith Laravel-specific rules for route name, route action, queue name, and queue connection (route-action rules accept[Controller::class, 'method']tuples). See Sampling. - New senders:
LaravelHttpSenderby default,DaemonSenderto route through the local Flare daemon. - Requires PHP 8.2+, Laravel 11.47+ / 12.42+ / 13+, and
spatie/flare-client-php^3.0. - Removed: error solutions support (
spatie/error-solutionsdependency,AddSolutionsmiddleware, solution-related config keys). - Removed:
reportMessage()and friends — use the new logging surface instead.
Full upgrade notes in UPGRADING.md.
Release notes
Open source →Logs ship as a first-class signal, traces come along for the ride:
- Dedicated log channel: drop
'flare'intoconfig/logging.phpand Laravel's logger ships log messages straight to Flare as standalone entities, recorded in the OpenTelemetry log format. Add it toLOG_STACKto fan out alongside your existing log targets. See Logs. - Per-level filtering:
minimal_log_levelinconfig/flare.php(orMinimalLogLevelonFlareConfig) drops anything below the configured Monolog level before it leaves the application. See Log levels. - Sampling: new
RateSamplerandDynamicSamplerwith Laravel-specific rules for route name, route action, queue name, and queue connection (route-action rules accept[Controller::class, 'method']tuples). See Sampling. - New senders:
LaravelHttpSenderby default,DaemonSenderto route through the local Flare daemon. - Requires PHP 8.2+, Laravel 11.47+ / 12.42+ / 13+, and
spatie/flare-client-php^3.0. - Removed: error solutions support (
spatie/error-solutionsdependency,AddSolutionsmiddleware, solution-related config keys). - Removed:
reportMessage()and friends — use the new logging surface instead.
Full upgrade notes in UPGRADING.md.
- Dedicated log channel: drop
-
3.0.0-rc.319 May 2026 pre-releaseRelease notes
Open source →What's Changed
- Move test command logic into LaravelTester by @rubenvanassche in #43
Full Changelog: 3.0.0-rc.2...3.0.0-rc.3
-
3.0.0-rc.206 May 2026 pre-releaseRelease notes
Open source →RC, use with care!
What's Changed
- Fix TypeError in RoutingRecorder when a request did not match a route
Full Changelog: 3.0.0-rc.1...3.0.0-rc.2
-
3.0.0-rc.106 May 2026 pre-releaseNothing published for this version
-
2.8.008 Apr 2026Release notes
Open source →What's Changed
- Fix Livewire v4 SFC support in traces and stack traces by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/36
- Group unmatched route 4xx errors under errors::{status_code} by @rubenvanassche in https://github.com/spatie/laravel-flare/pull/37
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.7.2...2.8.0
-
2.7.227 Feb 2026 -
2.7.123 Feb 2026Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-flare/compare/2.7.0...2.7.1
-
2.7.014 Jan 2026Release notes
Open source →What's Changed
- Add support for Livewire v4 by @joshhanley in https://github.com/spatie/laravel-flare/pull/31
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.6.2...2.7.0
-
2.6.208 Jan 2026 -
2.6.119 Dec 2025Release notes
Open source →- Fix issue where test command would early return before checking all report callbacks
-
2.6.019 Dec 2025 -
2.5.113 Nov 2025Release notes
Open source →What's Changed
- Guard custom flare.collects entries to prevent configuration crashes by @imhayatunnabi in https://github.com/spatie/laravel-flare/pull/24
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.5.0...2.5.1
-
2.5.007 Nov 2025 -
2.4.207 Nov 2025Release notes
Open source →- Fix issues with the Livewire collector not working when app_debug was false
-
2.4.106 Nov 2025 -
2.4.005 Nov 2025Release notes
Open source →- Add support for livewire tracing
- Add support for better telemetry versions
-
2.3.113 Oct 2025Release notes
Open source →- Fix issue where merging extra config did not work with non array options
-
2.3.008 Oct 2025 -
2.2.406 Oct 2025 -
2.2.306 Oct 2025Release notes
Open source →Fixed: streamed responses in external HTTP calls are no longer read to determine response size. This solves compatibility issues with PrismPHP and other libraries that use Laravel's HTTP client to stream responses.
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.2...2.2.3
-
2.2.201 Oct 2025Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.1...2.2.2
-
2.2.101 Oct 2025Release notes
Open source →What's Changed
- Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-flare/pull/16
New Contributors
- @AlexVanderbist made their first contribution in https://github.com/spatie/laravel-flare/pull/16
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.2.0...2.2.1
-
2.2.011 Sep 2025Release notes
Open source →- Don't reset Flare context when using sync queues
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.1.2...2.2.0
-
2.1.227 Aug 2025Nothing published for this version
-
2.1.127 Aug 2025Release notes
Open source →What's Changed
- Move registerShareButton call in FlareServiceProvider by @marventhieme in https://github.com/spatie/laravel-flare/pull/14
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.1.0...2.1.1
-
2.1.027 Aug 2025 -
2.0.717 Jul 2025 -
2.0.624 Jun 2025Release notes
Open source →- Fix an issue where bodies of requests were missing when an error was reported
- Add support for completely disabling Flare when no key is set
-
2.0.516 Jun 2025Release notes
Open source →What's Changed
- Allow enabling trace by .env variable by @mbardelmeijer in https://github.com/spatie/laravel-flare/pull/9
Full Changelog: https://github.com/spatie/laravel-flare/compare/2.0.4...2.0.5
-
2.0.410 Jun 2025 -
2.0.323 May 2025 -
2.0.221 May 2025 -
2.0.120 May 2025 -
2.0.020 May 2025Release notes
Open source →A complete new release!
- Please read the upgrade guide and use the new config file instead of the old one
- We've also updated our docs with all the new features
-
1.1.201 Mar 2025Release notes
Open source →What's Changed
- Laravel 12 support by @dbfx in https://github.com/spatie/laravel-flare/pull/5
New Contributors
- @dbfx made their first contribution in https://github.com/spatie/laravel-flare/pull/5
Full Changelog: https://github.com/spatie/laravel-flare/compare/1.1.1...1.1.2
-
1.1.120 Jan 2025Release notes
Open source →What's Changed
- Added null option to fix PHP 8.4 deprecation notices by @chrispage1 in https://github.com/spatie/laravel-flare/pull/3
New Contributors
- @chrispage1 made their first contribution in https://github.com/spatie/laravel-flare/pull/3
Full Changelog: https://github.com/spatie/laravel-flare/compare/1.1.0...1.1.1
-
1.1.002 Dec 2024 -
1.0.012 Jun 2024Nothing published for this version