Skip to content

Commit 3c026ec

Browse files
fix(quotas): Clarify filters application scope (#5102)
Inbound data filters are applied to all events, including transactions. See [envelope filtering](https://github.com/getsentry/relay/blob/7c6b308bbf04e63e8e0b456489da1ddc320e2e6a/relay-server/src/actors/envelopes.rs#L1603) and the [should_filter check](https://github.com/getsentry/relay/blob/7c6b308bbf04e63e8e0b456489da1ddc320e2e6a/relay-filter/src/lib.rs#L38-L60) in relay.
1 parent b72e55c commit 3c026ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/product/accounts/quotas/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ If you have enabled the storage of crash reports, you may set limits for the max
208208

209209
## Inbound Filters {#inbound-data-filters}
210210

211-
In some cases, the data you’re receiving in Sentry is hard to filter, or you don’t have the ability to update the SDK’s configuration to apply the filters. Sentry provides several methods to filter error events server-side, which apply before checking for potential rate limits. This does not apply to transaction events or attachments.
211+
In some cases, the data you’re receiving in Sentry is hard to filter, or you don’t have the ability to update the SDK’s configuration to apply the filters. Sentry provides several methods to filter all events and attachments server-side, which are applied before checking for potential rate limits.
212212

213213
Inbound filters include:
214214

0 commit comments

Comments
 (0)