Skip to content

Commit 9bebf2d

Browse files
authored
update docs to include is in (#10796)
* update is in * remove or
1 parent 4905fd9 commit 9bebf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/alerts/create-alerts/issue-alert-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Sentry checks "if conditions", or filters, after “When” conditions are met,
5959
- The issue has happened at least \{X\} times.
6060
- The issue is assigned to \{no one/a team/a member\}.
6161
- The event is from the latest release.
62-
- The event's \{attribute\} \{matches\} \{value\}. Match types: equals, does not equal, starts with, ends with, contains, does not contain, is set, or is not set.
63-
- The event's \{tag\} \{matches\} \{value\}. Match types: equals, does not equal, starts with, ends with, contains, does not contain, is set, or is not set.
62+
- The event's \{attribute\} \{matches\} \{value\}. Match types: equals, does not equal, starts with, ends with, contains, does not contain, is set, is not set, is in, or is not in.
63+
- The event's \{tag\} \{matches\} \{value\}. Match types: equals, does not equal, starts with, ends with, contains, does not contain, is set, is not set, is in, or is not in.
6464
- The event's level \{matches\} \{level\}. Match types: equal to, less than or equal to, or greater than or equal to.
6565

6666
Learn more about and <PlatformLink to="/enriching-events/tags/">tags</PlatformLink> and [event attributes](/concepts/search/searchable-properties/#event-properties).

0 commit comments

Comments
 (0)