From c8ed8fddc087574652086d1fc0c36e86f510b198 Mon Sep 17 00:00:00 2001 From: Sharon Adewusi Date: Fri, 25 Jul 2025 12:10:53 +0100 Subject: [PATCH] Source Insert Functions faqs updated --- src/connections/functions/source-insert-functions.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/connections/functions/source-insert-functions.md b/src/connections/functions/source-insert-functions.md index e95a942626..923daabe7c 100644 --- a/src/connections/functions/source-insert-functions.md +++ b/src/connections/functions/source-insert-functions.md @@ -88,12 +88,16 @@ The errors listed are all permanent errors, except `RetryError`. When a `RetryEr ##### Why does the Delivery Overview tab not display any errors that occur within the source insert function? -Errors in the Delivery Overview tab are not yet visible and is a work in progress. +Errors in the Delivery Overview tab are not yet visible and is a work in progress. ##### Can I test the function with different event types? You can test the function with different event types from the **Test** tab in the code editor, similar to other functions. +##### Can I replay events that were dropped because of errors? + +Segment doesn't allow you to replay events, regardless of the error status. + ##### Can I use source insert functions for all types of sources? Source insert functions only work for event sources, not object sources or rETL. @@ -117,5 +121,6 @@ Segment supports Node.js V18 and installs the dependencies listed [here](https:/ - `snowflake-sdk` exposed as `snowflakesdk.snowflakesdk` - `@clickhouse/client` exposed as `clickHouseClient.clickHouseClient` - `aws4` exposed as `aws4.aws4` -- `@sentry/node` exposed as `sentrylib.sentry` +- `@sentry/node` exposed as `sentrylib.sentry` +