We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553eda6 commit 005b193Copy full SHA for 005b193
lib/sentry/config.ex
@@ -70,7 +70,7 @@ defmodule Sentry.Config do
70
end
71
72
def enable_source_code_context do
73
- get_config(:root_source_code_path, default: false, check_dsn: false)
+ get_config(:enable_source_code_context, default: false, check_dsn: false)
74
75
76
def root_source_code_path do
0 commit comments