diff --git a/docs/concepts/data-management/filtering/index.mdx b/docs/concepts/data-management/filtering/index.mdx index 2f4dcc88a0638..7f1a46cd2b214 100644 --- a/docs/concepts/data-management/filtering/index.mdx +++ b/docs/concepts/data-management/filtering/index.mdx @@ -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. + + +Matching on the deobfuscated `{exception.type}` is not supported for ProGuard events, because deobfuscation of class names happens after ingestion. + + + ### Releases To filter releases, keep the following in mind: