You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/apple/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ The Analytics-Swift SDK collects telemetry data on configuration and usage by de
170
170
171
171
You can disable telemetry at any time by setting `Telemetry.shared.enable = false`.
172
172
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`.
173
+
When internal errors or errors from plugins occur, the write key may be included with error data to help Segment identify the issue(s). You can disable this by setting `Telemetry.shared.sendWriteKeyOnError = false`.
174
174
175
175
## Timestamps in Swift
176
176
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