Skip to content

Commit 93fa3f8

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

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
@@ -43,7 +43,7 @@ The TelemetryBuffer MUST forward all data in memory to the transport to avoid da
4343
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.
46-
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.
46+
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.
4747
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

0 commit comments

Comments
 (0)