We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950a70b commit d8c6f9bCopy full SHA for d8c6f9b
src/connections/functions/insert-functions.md
@@ -600,3 +600,7 @@ DELETE deleteInsertFunction(fn_id)
600
For more information, visit Segment's [Public API docs](https://docs.segmentapis.com/tag/Functions){:target="_blank"}.
601
602
{% endcomment %}
603
+
604
+##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
605
606
+The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface.
0 commit comments