Skip to content

Commit 1f5b54f

Browse files
committed
chore: remove client reports line
1 parent 304cd53 commit 1f5b54f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Each telemetry category maintains a store interface; a fixed-size circular array
9393
- `batchSize`: Number of items to combine into a single batch (1 for errors, transactions, and monitors; 100 for logs).
9494
- `timeout`: Maximum time to wait before sending a partial batch (5 seconds for logs).
9595
- **Bucketed Storage Support**: The storage interface should satisfy both bucketed and single-item implementations, allowing sending spans per trace id (required for Span First).
96-
- **Observability**: Each store tracks dropped item counts for client reports. Depending on implementation we can either send reports by adding them to existing events or on a timeout basis (Consult [Client Reports](/sdk/telemetry/client-reports/) for more details). In both cases our source of truth is the dropped counter.
9796

9897
##### Single-item ring buffer (default)
9998

0 commit comments

Comments
 (0)