diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index bdc07abaf6..7da1b54229 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -600,3 +600,7 @@ DELETE deleteInsertFunction(fn_id) For more information, visit Segment's [Public API docs](https://docs.segmentapis.com/tag/Functions){:target="_blank"}. {% endcomment %} + +##### What is the maximum data size that can be displayed in console.logs() when testing a Function? + +The test function interface has a 4KB console logging limit. Outputs surpassing this limit won't be visible in the user interface.