Skip to content

Commit 8a4ca5a

Browse files
authored
doc(grouping): Add { as escapable character (#6273)
See tests/sentry/grouping/snapshots/test_fingerprinting/test_event_hash_variant/fingerprint_escape_chars.pysnap.
1 parent 2843ceb commit 8a4ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/product/data-management-settings/event-grouping/fingerprint-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Now, all the events with the error type `DatabaseUnavailable` or `ConnectionErro
4141

4242
Matchers allow you to use [glob patterns](<https://en.wikipedia.org/wiki/Glob_(programming)>).
4343

44-
If you want to create a rule that includes square brackets `[ ]` or a literal `*`, escape them with a backslash; that is, `\[`, `\]` or `\*`.
44+
If you want to create a rule that includes brackets `[ ]`, braces `{ }` or a literal `*`, escape them with a backslash; that is, `\[`, `\]`, `\{`, `\}` or `\*`.
4545

4646
The following matchers are available:
4747

0 commit comments

Comments
 (0)