Skip to content

Commit 2ec08cb

Browse files
authored
rewording - Analytics-Swift
1 parent 7ec5080 commit 2ec08cb

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/mobile/apple/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ If you proxy your events through the `apiHost` config option, you must forward t
166166
> If you are using the Analytics iOS (Classic) SDK, you can find [the documentation here](/docs/connections/sources/catalog/libraries/mobile/ios). Many of the features available in the Analytics-Swift SDK are not available in the Analytics iOS (Classic) SDK.
167167
168168
## Telemetry
169-
Telemetry data related to the configuration and usage of the Analytics-Swift SDK is collected and sent to Segment by default. This includes some basic configuration information, plugins and event types used, and basic error information. No PII or event data is collected and the information is downsampled to reduce traffic.
169+
The Analytics-Swift SDK collects telemetry data on configuration and usage by default. This includes basic information on SDK setup, plugins and event types used, and basic error details. No personally identifiable information (PII) or event data is collected, and Segment downsamples the data to minimize traffic.
170170
171-
The Telemetry system can be disabled at any time by setting `Telemetry.shared.enable = false`.
171+
You can disable telemetry at any time by setting `Telemetry.shared.enable = false`.
172172
173-
When internal errors or errors from plugins occur, the writekey may be included with the error data to help customers track down problems. This can be disabled by setting `Telemetry.shared.sendWriteKeyOnError = false`.
173+
When internal errors or errors from plugins occur, the write key may be included with error data to help you identify the issue(s). You can disable this by setting `Telemetry.shared.sendWriteKeyOnError = false`.
174174
175175
## Timestamps in Swift
176176
Due to efficiency updates made to Segment's Swift library, Segment now adds the `sentAt` timestamp to an event when the batch is complete and initially tried to the Segment API. This can impact the value of the `timestamp` field calculated by Segment if users are operating in an offline mode. More details on this change can be seen in Segment's [timestamp documentation](/docs/connections/spec/common/#sentat).

0 commit comments

Comments
 (0)