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
We've had a few cases where traces for calls would not show up, neither locally, encore or our own cloud. To the best of our understanding, it happens when an internal parameter validation function returns an error.
Here is an example which reproduces the issue. When calling hello.World with failValidation: true, the following app does not gets any traced logged.
We've had a few cases where traces for calls would not show up, neither locally, encore or our own cloud. To the best of our understanding, it happens when an internal parameter validation function returns an error.
Here is an example which reproduces the issue. When calling
hello.World
withfailValidation: true
, the following app does not gets any traced logged.The text was updated successfully, but these errors were encountered: