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
@@ -101,7 +101,7 @@ end
101
101
|`after_send_event`| False |||
102
102
|`sample_rate`| False | 1.0 ||
103
103
|`in_app_module_whitelist`| False |`[]`||
104
-
|`report_deps`| False |True| Will attempt to load Mix dependencies at compile time to report alongside events |
104
+
|`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
105
|`enable_source_code_context`| False | False ||
106
106
|`root_source_code_path`| Required if `enable_source_code_context` is enabled || Should generally be set to `File.cwd!`|
0 commit comments