Skip to content

Commit 2a1528a

Browse files
committed
update readme
1 parent 6cc6db6 commit 2a1528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For optional settings check the [docs](https://hexdocs.pm/sentry/readme.html).
102102
| `after_send_event` | False | | |
103103
| `sample_rate` | False | 1.0 | |
104104
| `in_app_module_whitelist` | False | `[]` | |
105-
| `report_deps` | False | False | Will attempt to load Mix dependencies at compile time to report alongside events. This was switched to default to false following a bug in the parallel compiler ([#232](https://github.com/getsentry/sentry-elixir/issues/232) / [elixir-lang/elixir#7699](https://github.com/elixir-lang/elixir/issues/7699)) |
105+
| `report_deps` | False | True | Will attempt to load Mix dependencies at compile time to report alongside events |
106106
| `enable_source_code_context` | False | False | |
107107
| `root_source_code_path` | Required if `enable_source_code_context` is enabled | | Should generally be set to `File.cwd!`|
108108
| `context_lines` | False | 3 | |

0 commit comments

Comments
 (0)