Workflow logs overview
Workflows
When your code is running in a workflow, we monitor performance and activity as the workflow executes. If you discover or someone reports an issue with the workflow, runtime logs are likely to pick up any errors.
The Kinde runtime environment is a secure JavaScript environment. This means that some JavaScript features are not available in the Kinde runtime. If you try to use a feature that is not supported, you will see an error in the runtime logs.
For example, if you try to use the fs
module to read a file from the file system, you will see an error like this:
Error: fs is not defined