You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ For optional settings check the [docs](https://hexdocs.pm/sentry/readme.html).
102
102
|`after_send_event`| False |||
103
103
|`sample_rate`| False | 1.0 ||
104
104
|`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 |
106
106
|`enable_source_code_context`| False | False ||
107
107
|`root_source_code_path`| Required if `enable_source_code_context` is enabled || Should generally be set to `File.cwd!`|
0 commit comments