Skip to content

Commit 40cfa58

Browse files
committed
update sources docs to specify compile-time
1 parent 7923849 commit 40cfa58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sentry/sources.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ defmodule Sentry.Sources do
99
### Configuration
1010
There is configuration required to set up this functionality. The options
1111
include `:enable_source_code_context`, `:root_source_code_paths`, `:context_lines`,
12-
`:source_code_exclude_patterns`, and `:source_code_path_pattern`.
12+
`:source_code_exclude_patterns`, and `:source_code_path_pattern`. The options must
13+
be set at compile-time.
1314
1415
* `:enable_source_code_context` - when `true`, enables reporting source code
1516
alongside exceptions.

0 commit comments

Comments
 (0)