Skip to content

Commit 304cd53

Browse files
committed
chore: use relative link
1 parent 2cad4c9 commit 304cd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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](https://develop.sentry.dev/sdk/telemetry/client-reports) for more details). In both cases our source of truth is the dropped counter.
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.
9797

9898
##### Single-item ring buffer (default)
9999

0 commit comments

Comments
 (0)