Skip to content

Commit 7fe9a47

Browse files
committed
Add comment re: max artifact size in source map troubleshooting guide
1 parent 67fbdc2 commit 7fe9a47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/sourcemaps.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,11 @@ Verify artifacts are uploaded before errors occur
202202
Sentry expects that source code and source maps in a given release are uploaded to Sentry **before** errors occur in that release.
203203

204204
If you upload artifacts **after** an error is captured by Sentry, Sentry will not go back and retroactively apply any source annotations to those errors. Only new errors triggered after the artifact was uploaded will be affected.
205+
206+
Verify your source files are not too large
207+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208+
209+
For an individual artifact, Sentry accepts a max filesize of **20 MB**.
210+
211+
Often users hit this limit because they are transmitting source files at an interim build stage. For example, after Webpack/Browserify has combined all
212+
your source files, but before minification has taken place. If possible, send the original source files.

0 commit comments

Comments
 (0)