Skip to content

Commit c8ed8fd

Browse files
authored
Source Insert Functions faqs updated
1 parent a41a047 commit c8ed8fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,16 @@ The errors listed are all permanent errors, except `RetryError`. When a `RetryEr
8888

8989
##### Why does the Delivery Overview tab not display any errors that occur within the source insert function?
9090

91-
Errors in the Delivery Overview tab are not yet visible and is a work in progress.
91+
Errors in the Delivery Overview tab are not yet visible and is a work in progress.
9292

9393
##### Can I test the function with different event types?
9494

9595
You can test the function with different event types from the **Test** tab in the code editor, similar to other functions.
9696

97+
##### Can I replay events that were dropped because of errors?
98+
99+
Segment doesn't allow you to replay events, regardless of the error status.
100+
97101
##### Can I use source insert functions for all types of sources?
98102

99103
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:/
117121
- `snowflake-sdk` exposed as `snowflakesdk.snowflakesdk`
118122
- `@clickhouse/client` exposed as `clickHouseClient.clickHouseClient`
119123
- `aws4` exposed as `aws4.aws4`
120-
- `@sentry/node` exposed as `sentrylib.sentry`
124+
- `@sentry/node` exposed as `sentrylib.sentry`
125+
121126

0 commit comments

Comments
 (0)