Skip to content

Commit 5b2b88d

Browse files
coolguyzoneAlex Krawiec
andauthored
Add minor SEO edits for js/filtering (#12862)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 291676f commit 5b2b88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/configuration/filtering.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Filtering
33
sidebar_order: 60
4-
description: "Learn more about how to configure your SDK to filter events reported to Sentry."
4+
description: "Learn more about how to configure your JavaScript SDK to set up filtering for events reported to Sentry."
55
---
66

77
When you add Sentry to your app, you get a lot of valuable information about errors and performance. And lots of information is good -- as long as it's the right information, at a reasonable volume.
88

99
Sentry offers [Inbound Filters](/concepts/data-management/filtering/) that you can enable per project to filter out various events in sentry.io. You can use our pre-defined inbound filters (e.g. filtering known browser extensions), as well as add your own message-based filters.
1010

11-
However, we recommend filtering at the client-level, because it removes the overhead of sending events you don't actually want. The Sentry SDKs have several configuration options, which are described in this document, to help you filter out events. To learn more about the event fields you can use for filtering, see [Event Payloads](https://develop.sentry.dev/sdk/data-model/event-payloads/).
11+
However, we recommend filtering at the client-level, because it removes the overhead of sending events you don't actually want. The [Sentry SDKs](/platforms/) have several configuration options, which are described in this document, to help you filter out events. To learn more about the event fields you can use for filtering, see [Event Payloads](https://develop.sentry.dev/sdk/data-model/event-payloads/).
1212

1313
## Filtering Error Events
1414

0 commit comments

Comments
 (0)