Skip to content

Commit 14f203d

Browse files
committed
Add table and structure
1 parent 7357e57 commit 14f203d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Signals Implementation Guide
3+
---
4+
5+
6+
7+
8+
9+
| `Option` | Required | Value | Description |
10+
| ---------------------- | -------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
11+
| `writeKey` | Yes | String | Source write key |
12+
| `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`. |
19+
| `allowedNetworkHosts` | No | [String] | |
20+
| `blockedNetworkHosts` | No | [String] | |
21+

src/connections/auto-instrumentation/index.md

Whitespace-only changes.

0 commit comments

Comments
 (0)