spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
554 stars 102 forks source link

Latest update broke ->color() #846

Closed briandswan closed 9 months ago

briandswan commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

Versions 2.7.5.0

You can use composer show to get the version numbers of: spatie/laravel-ray 1.33.0 Easily debug Laravel apps spatie/ray 1.38.0 Debug with Ray to fix problems faster

PHP version: PHP 8.2.10 (cli) (built: Sep 7 2023 06:01:09) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.10, Copyright (c) Zend Technologies with Zend OPcache v8.2.10, Copyright (c), by Zend Technologies with Xdebug v3.2.1, Copyright (c) 2002-2023, by Derick Rethans

Laravel version (if applicable): Laravel Framework 9.52.10

To Reproduce Steps to reproduce the behavior: Choose your output to send to Ray. Set it up and send it to a color tab: ray(METHOD . ' :: ' . LINE . " | Stats.", [ 'data1' => Queue::get(), 'data2' => Stats::get(), ])->green(); Nothing outputs on the green tab.

Expected behavior Output should appear on the green tab.

Screenshots image

Desktop (please complete the following information):

Sam-Apostel commented 9 months ago

@briandswan Can you verify for me if the item you send did come though without the color added? This seems to be working for me

briandswan commented 9 months ago

I uninstalled and reinstalled and it seems fine now. Strange. Thank you!