Skip to content

Commit c693df3

Browse files
Add info for support of multi-instances in hybrid Actions destinations
1 parent 02f7873 commit c693df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connections/destinations/add-destination.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ You can add multiple instances of a destination using the Segment Public API. Se
132132
- **Warning**: If you bundle one instance of a destination in a mobile source but have other instances of that destination connected to that source you might see unexpected and inconsistent data.
133133
- **Non-mobile sources can only connect to one *device-mode* instance of a destination, in addition to up to 25 cloud-mode instances.** A web browser sending to a destination in device-mode sends data directly from the user's browser (instead of through the Segment servers), by bundling a copy of destination's code with the Segment SDK. Segment can't bundle multiple copies of the destination SDK and so it can't send data to multiple instances of the destination from the browser.
134134
- **You cannot connect a source to more than one instance of a destination that operates in device-mode only**. These destinations can only accept data from code directly on the user's device, and Segment cannot include duplicates of that code for a single source.
135+
- **Multi-instance support is not currently available for hybrid Actions destinations**. Hybrid destinations are those that have some componenents that operate in device-mode and some that operate in cloud-mode.
135136

136137

137138
### Other multi-instance destination considerations

0 commit comments

Comments
 (0)