Skip to content

Commit 8076e6e

Browse files
authored
doc(proguard): No inbound filters (#15543)
1 parent 19852a1 commit 8076e6e

File tree

1 file changed

+6
-0
lines changed
  • docs/concepts/data-management/filtering

1 file changed

+6
-0
lines changed

docs/concepts/data-management/filtering/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ To use inbound data filters for error messages, keep the following in mind:
151151

152152
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.
153153

154+
<Alert title="Note" level="warning">
155+
156+
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.
157+
158+
</Alert>
159+
154160
### Releases
155161

156162
To filter releases, keep the following in mind:

0 commit comments

Comments
 (0)