Release v0.0.4
fix: PerformanceDataCollector Throwable import
- Added missing use Throwable; import statement
- Fixes 'Class Nowo\PerformanceBundle\DataCollector\Throwable not found' error
- Resolves ReflectionException during container compilation
- Updated CHANGELOG and UPGRADING documentation
Changelog
Fixed
- PerformanceDataCollector Throwable import - Fixed fatal error when autoloading PerformanceDataCollector
- Added missing
use Throwable;import statement - Fixes "Class 'Nowo\PerformanceBundle\DataCollector\Throwable' not found" error
- Resolves ReflectionException during container compilation
- Added missing