You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ray catches and displays exceptions - it freezes and the interface is slow.
That's because it's rendering this long list of stack trace for the exception where each row is clickable and has its own HTML etc.
On Windows + PhpStorm all of that is not useful because "Edit" links/icons do not open the file.
And sometimes this list is just not needed because I know what I'm editing.
Feature request
Add new SEND_EXCEPTIONS_STACKTRACE_TO_RAY option, default value is true (like it's now). So no breaking changes for current users.
When set to false - only this part will be sent to the ray app:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When ray catches and displays exceptions - it freezes and the interface is slow.
That's because it's rendering this long list of stack trace for the exception where each row is clickable and has its own HTML etc.
On Windows + PhpStorm all of that is not useful because "Edit" links/icons do not open the file.
And sometimes this list is just not needed because I know what I'm editing.
Feature request
Add new
SEND_EXCEPTIONS_STACKTRACE_TO_RAY
option, default value istrue
(like it's now). So no breaking changes for current users.When set to
false
- only this part will be sent to the ray app:Please 🙏
Beta Was this translation helpful? Give feedback.
All reactions