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/auto-instrumentation/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Using the Signals Configuration object, you can control the destination, frequen
28
28
|`writeKey`| Yes | String | Source write key |
29
29
|`maximumBufferSize`| No | Integer | The number of signals to be kept for JavaScript inspection. This buffer is first-in, first-out. Default is `1000`. |
30
30
|`relayCount`| No | Integer | Relays signals to Segment every Xth event. Default is `20`. |
31
-
|`relayInterval`| No | TimeInterval (default: 60)| Relays signals to segment every X seconds. Default is `60`. |
31
+
|`relayInterval`| No | TimeInterval | Relays signals to segment every X seconds. Default is `60`. |
32
32
|`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`. |
33
33
|`useUIKitAutoSignal`| No | Bool | Tracks UIKit component interactions automatically. Default is `false`. |
34
34
|`useSwiftUIAutoSignal`| No | Bool | Tracks SwiftUI component interactions automatically. Default is `false`. |
0 commit comments