Skip to content

Commit e30c503

Browse files
authored
Update Swift table
1 parent 0f4e176 commit e30c503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Using the Signals Configuration object, you can control the destination, frequen
3333
| `useUIKitAutoSignal` | No | Bool | Tracks UIKit component interactions automatically. Default is `false`. |
3434
| `useSwiftUIAutoSignal` | No | Bool | Tracks SwiftUI component interactions automatically. Default is `false`. |
3535
| `useNetworkAutoSignal` | No | Bool | Tracks network events automatically. Default is `false`. |
36-
| `allowedNetworkHosts` | No | [String] | |
37-
| `blockedNetworkHosts` | No | [String] | |
36+
| `allowedNetworkHosts` | No | Array | An array of allowed network hosts. |
37+
| `blockedNetworkHosts` | No | Array | An array of blocked network hosts. |
3838

3939

4040
### Signals-Kotlin
@@ -310,4 +310,4 @@ function ProcessSignals(signal) {
310310
//...other functions
311311
trackAddToCart(signal); // Process the "Add To Cart" tracking based on incoming signals
312312
}
313-
```
313+
```

0 commit comments

Comments
 (0)