Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c18558

Browse files
authoredJun 20, 2025··
Merge pull request #7688 from segmentio/insert-function-testing-support
Insert functions now supported in event and mapping tester [DOC-1135]
2 parents 2123638 + d15e962 commit 1c18558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/connections/functions/insert-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ You can manually test your code from the functions editor:
239239
- Error messages display errors surfaced from your function.
240240
- Logs display any messages to console.log() from the function.
241241

242-
> warning ""
243-
> 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.
242+
> success ""
243+
> Segment supports Insert Functions in both the Event Tester and Mapping Tester.
244244
245245
## Save and deploy the destination insert function
246246

0 commit comments

Comments
 (0)
Please sign in to comment.