File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ For optional settings check the [docs](https://hexdocs.pm/sentry/readme.html).
114114| ` in_app_module_whitelist ` | False | ` [] ` | |
115115| ` report_deps ` | False | True | Will attempt to load Mix dependencies at compile time to report alongside events |
116116| ` enable_source_code_context ` | False | False | |
117- | ` root_source_code_path ` | Required if ` enable_source_code_context ` is enabled | | Should generally be set to ` File.cwd()! ` |
117+ | ` root_source_code_path ` | Required if ` enable_source_code_context ` is enabled | | Should generally be set to ` File.cwd!() ` |
118118| ` context_lines ` | False | 3 | |
119119| ` source_code_exclude_patterns ` | False | ` [~r"/_build/", ~r"/deps/", ~r"/priv/"] ` | |
120120| ` source_code_path_pattern ` | False | ` "**/*.ex" ` | |
@@ -130,7 +130,7 @@ config :sentry,
130130 environment_name: :prod ,
131131 included_environments: [:prod ],
132132 enable_source_code_context: true ,
133- root_source_code_path: File .cwd ()! ,
133+ root_source_code_path: File .cwd! () ,
134134 tags: %{
135135 env: " production"
136136 },
You can’t perform that action at this time.
0 commit comments