Skip to content

Commit 6c1ce9c

Browse files
Update develop-docs/sdk/telemetry/spans/batch-processor.mdx
Co-authored-by: Shannon Anahata <[email protected]>
1 parent edbdb8e commit 6c1ce9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/batch-processor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When the timeout expires or the cache file hits the size limit, the BatchProcess
121121

122122
### 3. DoubleRotatingBuffer
123123

124-
SDKs should only consider implementing this option when options [1](#1-flush-all-data) or [2](#2-file-stream-cache) are insufficient to prevent data loss within their ecosystem. We recommend this option only if SDKs are unable to reliably detect sudden process terminations or consistently store envelopes to disk during such terminations.
124+
SDKs should only consider implementing this option when options [1](#1-flush-all-data) or [2](#2-filestream-cache) are insufficient to prevent data loss within their ecosystem. We recommend this option only if SDKs are unable to reliably detect sudden process terminations or consistently store envelopes to disk during such terminations.
125125

126126
The BatchProcessor uses two buffers to minimize data loss in the event of an abnormal process termination:
127127
* **Crash-Safe List**: A list stored in a crash-safe space to prevent data loss during detectable abnormal process terminations.

0 commit comments

Comments
 (0)