We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3390e4 commit 554edc2Copy full SHA for 554edc2
src/docs/product/data-management-settings/event-grouping/stack-trace-rules.mdx
@@ -61,13 +61,13 @@ This matcher is case insensitive with Unix glob behavior on a path in a stack tr
61
62
```discover {tabTitle:Enhancement Rules}
63
# match on all files under `project` with a `.c` extension
64
-stack.abs_path:**/project/**.c` +app
+stack.abs_path:**/project/**.c +app
65
66
# matches on vendor/foo without sub folders
67
-stack.abs_path:**/vendor/foo/*.c` -app
+stack.abs_path:**/vendor/foo/*.c -app
68
69
# matches on `foo.c` as well as `foo/bar.c`.
70
-stack.abs_path:**/*.gen.c` -group
+stack.abs_path:**/*.gen.c -group
71
```
72
73
### `stack.module`
0 commit comments