Skip to content

Commit 9893dd1

Browse files
authored
feat(content): remove onBatch limitation as no longer valid
1 parent 5b0da6d commit 9893dd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,14 @@ The default source code template includes handlers for all event types. You don'
6161
6262
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
6363

64-
> info "onBatch handler"
65-
> At this time, Destination Insert Functions do not support the onBatch handler.
66-
6764
- `onIdentify`
6865
- `onTrack`
6966
- `onPage`
7067
- `onScreen`
7168
- `onGroup`
7269
- `onAlias`
7370
- `onDelete`
71+
- `onBatch`
7472

7573
Each of the functions above accepts two arguments:
7674

0 commit comments

Comments
 (0)