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 cc0082c commit a4388f4Copy full SHA for a4388f4
lib/sentry/sources.ex
@@ -47,6 +47,10 @@ defmodule Sentry.Sources do
47
[sentry_recompile: ["deps.compile sentry --force", "compile"]]
48
end
49
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
+
54
Due to Sentry reading the file system and defaulting to a recursive search
55
of directories, it is important to check your configuration and compilation
56
environment to avoid a folder recursion issue. Problems may be seen when
0 commit comments