Releases: scoutapp/scout-apm-laravel
Releases · scoutapp/scout-apm-laravel
1.5.0
Added
Changed
- #59 Updated to use scout-apm-php:^4.4 to solve ramsey/uuid v4 issues
Deprecated
Removed
Fixed
1.4.0
Added
- #56 Added support for ramsey/uuid ^4.0
Changed
- #57 Switched to using GitHub Actions instead of Travis
Deprecated
Removed
Fixed
1.3.0
Added
- #51 Added support for Laravel 7.x series
Changed
- #52 Require minimum ^4.2 for scout-apm-php to upgrade to core-agent 1.2.8
Deprecated
Removed
Fixed
1.2.3
Fixed
- Fixed bug with interaction with blade directives from third party plugins (#46)
1.2.2
Added
- Added configuration to disable Laravel Queues instrumentation,
disabled_instruments=["laravel_queues"]
(#44)
1.2.1
Changed
- Configure Laravel framework name and version automatically (#42)
1.2.0
Added
- Added support for Laravel Queues (#36, #40)
- Uncaught exceptions now cause the
error
tag to be added to the request (#39)
Changed
- [BC] Renamed Scout APM's config file to
scout_apm.php
- if you use this, you will need to rename yours too (#38)
- This was done to avoid a conflict with Laravel Scout configuration.
1.1.0
- Support for PHP 7.4 (#32)
- Use Laravel's Config Repository for Scout configuration, so that config can now be cached (#34)
1.0.0
Changed
- Required
scoutapp/scout-apm-php
at ^2.0
- Use Laravel's Cache, if configured, for the agent to cache metadata
- Removed duplicate
[Scout]
text from log messages