Skip to content
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
6 changes: 6 additions & 0 deletions docs/concepts/data-management/filtering/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ To use inbound data filters for error messages, keep the following in mind:

To ensure you're adding the correct message to the inbound filter setting, check the JSON for an event in the issue. The filter by error message setting matches the data found in the "title" field near the end of the file.

<Alert title="Note" level="warning">

Matching on the deobfuscated `{exception.type}` is not supported for <PlatformLink to="/enhance-errors/proguard/">ProGuard</PlatformLink> events, because deobfuscation of class names happens after ingestion.

</Alert>

### Releases

To filter releases, keep the following in mind:
Expand Down
Loading