Skip to content

Commit a4388f4

Browse files
committed
add note for source code compilation for deployment
1 parent cc0082c commit a4388f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/sentry/sources.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ defmodule Sentry.Sources do
4747
[sentry_recompile: ["deps.compile sentry --force", "compile"]]
4848
end
4949
50+
This is an important to note especially when building for production. If your
51+
build or deployment system caches prior builds, it may not recompile Sentry
52+
and could cause issues with reported source code being out of date.
53+
5054
Due to Sentry reading the file system and defaulting to a recursive search
5155
of directories, it is important to check your configuration and compilation
5256
environment to avoid a folder recursion issue. Problems may be seen when

0 commit comments

Comments
 (0)