From d8c6f9b71ac3f90ca1ebea7836a80f093398c726 Mon Sep 17 00:00:00 2001 From: Samantha Crespo <100810716+samkcrespo@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:39:50 -0700 Subject: [PATCH 1/2] Update insert-functions.md - insert funk FAQ logging limit --- src/connections/functions/insert-functions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index bdc07abaf6..290bec1a62 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 will not be visible in the user interface. From dad2033b3e9de75cfcd502ce6095a0bee4971ed1 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:03:41 -0700 Subject: [PATCH 2/2] Update src/connections/functions/insert-functions.md --- src/connections/functions/insert-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 290bec1a62..7da1b54229 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -603,4 +603,4 @@ For more information, visit Segment's [Public API docs](https://docs.segmentapis ##### 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 will not be visible in the user interface. +The test function interface has a 4KB console logging limit. Outputs surpassing this limit won't be visible in the user interface.