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
|`maximumBufferSize`| No | Integer | The number of signals to be kept for JavaScript inspection. This buffer is first-in, first-out. Default is `1000`. |
13
+
|`relayCount`| No | Integer | Relays signals to Segment every Xth event. Default is `20`. |
14
+
|`relayInterval`| No | TimeInterval (default: 60) | Relays signals to segment every X seconds. Default is `60`. |
15
+
|`broadcasters`| No |`SignalBroadcaster`| An array of broadcasters. These objects forward signal data to their destinations, like `WebhookBroadcaster` or `DebugBroadcaster` writing to the developer console. Default is `SegmentBroadcaster`. |
16
+
|`useUIKitAutoSignal`| No | Bool | Tracks UIKit component interactions automatically. Default is `false`. |
17
+
|`useSwiftUIAutoSignal`| No | Bool | Tracks SwiftUI component interactions automatically. Default is `false`. |
18
+
|`useNetworkAutoSignal`| No | Bool | Tracks network events automatically. Default is `false`. |
0 commit comments