Skip to content

Commit 53c02cd

Browse files
Update develop-docs/sdk/telemetry/telemetry-buffer/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 452437b commit 53c02cd

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/sdk/telemetry/telemetry-buffer

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/telemetry-buffer/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Scenarios mostly relevant for mobile SDKs:
4444

4545
1. When the application shuts down gracefully, the TelemetryBuffer SHOULD forward all data in memory to the transport. The transport SHOULD keep its existing behavior, which usually stores the data to disk as an envelope. It is not required to call transport `flush`. This is mostly relevant for mobile SDKs already subscribed to these hooks, such as [applicationWillTerminate](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/applicationwillterminate(_:)) on iOS.
4646
2. When the application moves to the background, the TelemetryBuffer SHOULD forward all data in memory to the transport and stop the timer. The transport SHOULD keep its existing behavior, which usually stores the data to disk as an envelope. It is not required to call transport `flush`. This is mostly relevant for mobile SDKs.
47-
3. Mobile SDKs MUST minimize data loss when sudden process terminations occur. Refer to the [Mobile Telemetry Buffer](/sdk/telemetry/telemetry-buffer/mobile-telemetry-buffer) section for more details.
47+
3. Mobile SDKs **MUST** minimize data loss when sudden process terminations occur. Refer to the [Mobile Telemetry Buffer](/sdk/telemetry/telemetry-buffer/mobile-telemetry-buffer) section for more details.
4848

4949
## FAQ
5050

0 commit comments

Comments
 (0)