Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Fix typo in rate-limiting.mdx #1109

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/sdk/rate-limiting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ While these [data categories](https://github.com/getsentry/relay/blob/master/rel
- `project`
- `key`

[^internal]: Special note on the internal data category: this data category exists but is promised not to be emitted as we do not enforcd
[^internal]: Special note on the internal data category: this data category exists but is promised not to be emitted as we do not enforce
rate limits on internal items. This might appear odd but the purpose of this is to allow envelope implementations in SDKs to
assign a data category to internal items such as `client_report`. SDKs can handle `internal` like any other data category but
they can rely on the fact that rate limits are not communicated for these explicitly. That said, the special _all_ category
Expand Down