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.
2 parents 9383633 + dad2033 commit 712c9f2Copy full SHA for 712c9f2
src/connections/functions/insert-functions.md
@@ -602,3 +602,7 @@ DELETE deleteInsertFunction(fn_id)
602
For more information, visit Segment's [Public API docs](https://docs.segmentapis.com/tag/Functions){:target="_blank"}.
603
604
{% endcomment %}
605
+
606
+##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
607
608
+The test function interface has a 4KB console logging limit. Outputs surpassing this limit won't be visible in the user interface.
0 commit comments