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
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
-
Hi,
I wanted to implement a test that detects stray ray calls.
In the doc (and also elsewhere in the world wide web) I found the following snippet.
This works fine for
ray($someVariable)
function calls.But in our code we use the integrated Macros quite extensively.
Something like this to debug Collections or Queries.
How can I detect this kind of stray ray calls?
Beta Was this translation helpful? Give feedback.
All reactions