You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/react-native/index.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,6 +481,44 @@ segmentClient.add({ plugin: new Logger() });
481
481
482
482
As the plugin overrides the `execute()` method, this `Logger` calls `console.log` for every event going through the Timeline.
483
483
484
+
### Adding a Custom Plugin to a Destination Plugin
485
+
You can also add your own custom Plugins to Destination Plugins for custom functionality. For example, if you wished to only send events to Braze on the weekend you could implemnt the following logic:
0 commit comments