From 4606192f6fd5f4c6d6f57f04490191d177f43ead Mon Sep 17 00:00:00 2001 From: Sharon Adewusi Date: Wed, 18 Jun 2025 16:43:26 +0100 Subject: [PATCH 1/2] Insert functions now supported in event and mapping tester [DOC-1135] --- src/connections/functions/insert-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index f40678d9df..a844fab14b 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -239,8 +239,8 @@ You can manually test your code from the functions editor: - Error messages display errors surfaced from your function. - Logs display any messages to console.log() from the function. -> warning "" -> The Event Tester and Mapping Tester don't support Insert Functions. They won't apply an Insert Function, show its impact on your data, or send data through the Insert Function pipeline. Use the Function Tester instead to evaluate how your Insert Function affects your data. +> info "" +> Insert Functions are supported in both the Event Tester and Mapping Tester. ## Save and deploy the destination insert function From d15e962ad658c6636340e3f7bb2ca2458534ae95 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:17:46 -0500 Subject: [PATCH 2/2] minor rewording --- src/connections/functions/insert-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index a844fab14b..00e32f89b0 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -239,8 +239,8 @@ You can manually test your code from the functions editor: - Error messages display errors surfaced from your function. - Logs display any messages to console.log() from the function. -> info "" -> Insert Functions are supported in both the Event Tester and Mapping Tester. +> success "" +> Segment supports Insert Functions in both the Event Tester and Mapping Tester. ## Save and deploy the destination insert function