Skip to content

Commit 554edc2

Browse files
authored
fix(grouping): Remove stray characters in code samples for Stack Trace Rules (#4139)
1 parent b3390e4 commit 554edc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ This matcher is case insensitive with Unix glob behavior on a path in a stack tr
6161

6262
```discover {tabTitle:Enhancement Rules}
6363
# match on all files under `project` with a `.c` extension
64-
stack.abs_path:**/project/**.c` +app
64+
stack.abs_path:**/project/**.c +app
6565
6666
# matches on vendor/foo without sub folders
67-
stack.abs_path:**/vendor/foo/*.c` -app
67+
stack.abs_path:**/vendor/foo/*.c -app
6868
6969
# matches on `foo.c` as well as `foo/bar.c`.
70-
stack.abs_path:**/*.gen.c` -group
70+
stack.abs_path:**/*.gen.c -group
7171
```
7272

7373
### `stack.module`

0 commit comments

Comments
 (0)