We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9bbea commit 6200ea3Copy full SHA for 6200ea3
lib/mix/tasks/sentry.install.ex
@@ -84,7 +84,7 @@ if Code.ensure_loaded?(Igniter) do
84
"prod.exs",
85
app_name,
86
[:root_source_code_paths],
87
- {:code, cwd_code}
+ {:code, quote(do: [File.cwd!()]}
88
)
89
|> configure_phoenix()
90
|> add_logger_handler()
0 commit comments