Skip to content

Commit 86b903f

Browse files
Merge pull request #255 from mbaeuerle/patch-1
Add filter option to configuration table in readme
2 parents d4f5821 + 0088866 commit 86b903f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ end
9090
| `context_lines` | False | 3 | |
9191
| `source_code_exclude_patterns` | False | `[~r"/_build/", ~r"/deps/", ~r"/priv/"]` | |
9292
| `source_code_path_pattern` | False | `"**/*.ex"` | |
93+
| `filter` | False | | Module where the filter rules are defined (see [Filtering Exceptions](https://hexdocs.pm/sentry/Sentry.html#module-filtering-exceptions)) |
9394

9495
An example production config might look like this:
9596

0 commit comments

Comments
 (0)