Skip to content

Commit a574fe1

Browse files
Update develop-docs/sdk/telemetry/telemetry-processor/index.mdx
Co-authored-by: isaacs <i@izs.me>
1 parent 34e3217 commit a574fe1

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/sdk/telemetry/telemetry-processor

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/telemetry-processor/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_order: 5
1212
This document uses key words such as "MUST", "SHOULD", and "MAY" as defined in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt) to indicate requirement levels.
1313
</Alert>
1414

15-
The telemetry processor ensures data is delivered efficiently to Sentry. It receives data from the client and forwards it to the transport. Its key responsibilities include buffering, rate limiting, client reporting, priority-based sending, and, on some platforms, offline caching. We recommend adding the telemetry processor only for high-volume data, such as spans, logs, and metrics. If your SDK doesn't implement any of these high-volume data features, it **MAY NOT** have a telemetry processor.
15+
The telemetry processor ensures data is delivered efficiently to Sentry. It receives data from the client and forwards it to the transport. Its key responsibilities include buffering, rate limiting, client reporting, priority-based sending, and, on some platforms, offline caching. We recommend adding the telemetry processor only for high-volume data, such as spans, logs, and metrics. If your SDK doesn't implement any of these high-volume data features, it **MAY** not have a telemetry processor.
1616

1717

1818
```mermaid

0 commit comments

Comments
 (0)