Skip to content

Commit 05f4ac0

Browse files
committed
Update signals documentation
1 parent 4aed065 commit 05f4ac0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Signals.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies: [
2727
1. Add AnalyticsLive to your Swift Package dependencies:
2828
```swift
2929
dependencies: [
30-
.package(url: "https://github.com/segmentio/analytics-live-swift.git", from: "1.0.0")
30+
.package(url: "https://github.com/segmentio/analytics-live-swift.git", from: "3.2.1")
3131
]
3232
```
3333

@@ -50,8 +50,11 @@ dependencies: [
5050
useUIKitAutoSignal: true,
5151
useSwiftUIAutoSignal: true,
5252
useNetworkAutoSignal: true,
53+
#if DEBUG
54+
// NOTE: See section below on using these flags appropriately.
5355
sendDebugSignalsToSegment: true, // Only true for development
54-
obfuscateDebugSignals: true
56+
obfuscateDebugSignals: false // Only false for development
57+
#endif
5558
// ... other options
5659
))
5760
```

0 commit comments

Comments
 (0)