Skip to content

Commit 8c49545

Browse files
authored
Merge pull request #5733 from segmentio/volneyvj-patch-1
Update insert-functions.md
2 parents 1c04791 + 2c6ae8e commit 8c49545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Segment invokes a separate part of the function (called a "handler") for each ev
5757
The default source code template includes handlers for all event types. You don't need to implement all of them - just use the ones you need, and skip the ones you don't.
5858

5959
> info ""
60-
> Removing the handler for a specific event type results in blocking the events of that type from arriving at their destination.
60+
> Removing the handler for a specific event type results in blocking the events of that type from arriving at their destination. To keep an event type as is but still send it downstream, add a `return event` inside the event type handler statement.
6161
6262
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
6363

0 commit comments

Comments
 (0)