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
It looks like there is an error in the documenation about config values.
The documentation mentions :root_source_code_paths, but it looks like the code is expecting :root_source_code_path
Steps to Reproduce
Copy the config block from README.md
Recompile the app (including Sentry)
Expected Result
Application compiles
Actual Result
❯ mix deps.compile sentry --force
==> sentry
Compiling 15 files (.ex)
== Compilation error in file lib/sentry/event.ex ==
** (ArgumentError) :root_source_code_path must be configured
lib/sentry/config.ex:86: Sentry.Config.root_source_code_path/0
lib/sentry/sources.ex:67: Sentry.Sources.load_files/0
lib/sentry/event.ex:64: (module)
could not compile dependency :sentry, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile sentry", update it with "mix deps.update sentry" or clean it with "mix deps.clean sentry"
The text was updated successfully, but these errors were encountered:
It looks like there is an error in the documenation about config values.
The documentation mentions
:root_source_code_paths
, but it looks like the code is expecting:root_source_code_path
Steps to Reproduce
Expected Result
Application compiles
Actual Result
The text was updated successfully, but these errors were encountered: