Skip to content

Commit b448fbe

Browse files
pwsegforstisabella
andauthored
Update src/connections/auto-instrumentation/configuration.md
Co-authored-by: forstisabella <[email protected]>
1 parent 035ac57 commit b448fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using the Signals Configuration object, you can control the destination, frequen
2828
| `writeKey` | Yes | String | Source write key |
2929
| `maximumBufferSize` | No | Integer | The number of signals to be kept for JavaScript inspection. This buffer is first-in, first-out. Default is `1000`. |
3030
| `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`. |
3232
| `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`. |
3333
| `useUIKitAutoSignal` | No | Bool | Tracks UIKit component interactions automatically. Default is `false`. |
3434
| `useSwiftUIAutoSignal` | No | Bool | Tracks SwiftUI component interactions automatically. Default is `false`. |

0 commit comments

Comments
 (0)