-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
Version: 2.7.1 - 2.8.5 (probably up to current - 2.8.7 - but not tried)
Bug Description
If productionMode is false and showFireLogger is true I get this error when trying tog an error
Class "Tracy\FireLogger" not found
/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php in Tracy\Debugger::getFireLogger at line 513
Expected Behavior
the FireLogger class is autoloaded by tracy automatically
Possible Solution
as workaround i require_once the FireLogger class manually before using tracy
True solution however probably lies in this commit
54ec37a
where preloading of some classes was refactored but the FireLogger class was dropped from the list and it should be added back to the list
Metadata
Metadata
Assignees
Labels
No labels