File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies: [
27271 . 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 ```
You can’t perform that action at this time.
0 commit comments