Skip to content

Commit 8c42b31

Browse files
authored
Merge pull request #6762 from segmentio/samkcrespo-patch-26
Update source-functions.md - Source function logging limits
2 parents b4134f1 + 118d610 commit 8c42b31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,3 +430,7 @@ Segment alphabetizes payload fields that come in to **deployed** source function
430430
#### Can I use a Source Function in place of adding a Tracking Pixel to my code?
431431

432432
No. Tracking Pixels operate client-side only and need to be loaded onto your website directly. Source Functions operate server-side only, and aren't able to capture or implement client-side tracking code. If the tool you're hoping to integrate is server-side, then you can use a Source Function to connect it to Segment.
433+
434+
##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
435+
436+
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

Comments
 (0)