Skip to content

Commit f189f4d

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

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
@@ -37,7 +37,7 @@ This section covers the common requirements relevant for all platforms.
3737

3838
The TelemetryBuffer MUST forward all data in memory to the transport to avoid data loss in the following scenarios:
3939

40-
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.
40+
1. When the user calls `SentrySDK.flush()`, the TelemetryBuffer **MUST** forward all data in memory to the transport, and only then **SHOULD** the transport flush the data.
4141
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:

0 commit comments

Comments
 (0)