Skip to content

Commit

Permalink
Add enable_batching to destination action (#9) (segmentio#1559)
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Hofmann <khofmann@launchdarkly.com>
Co-authored-by: Clifford Tawiah <ctawiah@launchdarkly.com>
Co-authored-by: Kelly Hofmann <55991524+k3llymariee@users.noreply.github.com>
Co-authored-by: Cliff Tawiah <82856282+ctawiah@users.noreply.github.com>
Co-authored-by: Molly <molly.jones@launchdarkly.com>
  • Loading branch information
6 people authored Sep 12, 2023
1 parent a1a43b6 commit f332e2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ const action: ActionDefinition<Settings, Payload> = {
}
}
},
enable_batching: {
type: 'boolean',
label: 'Batch events',
description:
'When enabled, the action will batch events before sending them to LaunchDarkly. In most cases, batching should be enabled.',
required: false,
default: true
},
audience_action: {
label: 'Audience Action',
description: 'Indicates if the user will be added or removed from the Audience',
Expand Down

0 comments on commit f332e2e

Please sign in to comment.