diff --git a/lib/sentry/config.ex b/lib/sentry/config.ex index 912b3e07..4c3bae19 100644 --- a/lib/sentry/config.ex +++ b/lib/sentry/config.ex @@ -70,7 +70,7 @@ defmodule Sentry.Config do end def enable_source_code_context do - get_config(:root_source_code_path, default: false, check_dsn: false) + get_config(:enable_source_code_context, default: false, check_dsn: false) end def root_source_code_path do