Skip to content

Commit 22b77cb

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

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
@@ -38,7 +38,7 @@ This section covers the common requirements relevant for all platforms.
3838
The TelemetryBuffer MUST forward all data in memory to the transport to avoid data loss in the following scenarios:
3939

4040
1. When the user calls `SentrySDK.flush()`, the TelemetryBuffer MUST forward all data in memory to the transport, and only then the transport SHOULD flush the data.
41-
2. When the user calls `SentrySDK.close()`, the TelemetryBuffer MUST forward all data in memory to the transport. SDKs SHOULD keep their existing closing behavior.
41+
2. When the user calls `SentrySDK.close()`, the TelemetryBuffer **MUST** forward all data in memory to the transport. SDKs **SHOULD** keep their existing closing behavior.
4242

4343
Scenarios mostly relevant for mobile SDKs:
4444

0 commit comments

Comments
 (0)