Replies: 3 comments 1 reply
-
We're aware of this problem, and we'll ship some improvements around this in the coming months. |
Beta Was this translation helpful? Give feedback.
1 reply
-
this is solved by https://github.com/spatie/x-ray |
Beta Was this translation helpful? Give feedback.
0 replies
-
How about sending a log message acknowledging the clearAll? This way after cleaning you will always know what called it and from where:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug

This is not a bug, I just notice if we forgot to remove
ray()->clearAll();
it will difficult to find it, since its not included in Ray AppVersions
Ray version (you can see this in "About Ray"): 1.15.0
You can use
composer show
to get the version numbers of:PHP version: 7.4.18
Laravel version (if applicable): 8.49.2
To Reproduce
Steps to reproduce the behavior:
ray()->clearAll()
anywhere in code baseExpected behavior
It will also show it, in case to forgot to remove, so able to easy locate
Screenshots
Desktop (please complete the following information):
Additional context
also
ray()->clearScreen();
, and other non visual on Ray AppThank you
Beta Was this translation helpful? Give feedback.
All reactions