Skip to content

Commit a9a0005

Browse files
committed
add missing bullet marker
1 parent d54594d commit a9a0005

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/concepts/data-management/event-grouping/stack-trace-rules.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ A subset of stack trace rules, when defined, will also be applied to incoming pr
1212
More specifically, only the rules with any of these matchers and actions (below) will be applied to profiles.
1313

1414
Matchers allowed:
15-
`stack.abs_path`
16-
`stack.module`
17-
`stack.function`
18-
`stack.package`
15+
* `stack.abs_path`
16+
* `stack.module`
17+
* `stack.function`
18+
* `stack.package`
1919

2020
Actions allowed:
21-
`+app`
22-
`-app`
21+
* `+app`
22+
* `-app`
2323
</Note>
2424

2525
If you use stack traces for grouping, the stack trace rules (previously known as _grouping enhancements_) influence the data that's fed into the grouping algorithm. These rules can be configured on a per-project basis in **[Project] > Settings > Issue Grouping > Stack Trace Rules**.

0 commit comments

Comments
 (0)